Skip to content

Update NUGET_README.txt #2

Update NUGET_README.txt

Update NUGET_README.txt #2

Triggered via push May 31, 2024 16:21
Status Success
Total duration 1m 4s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Method4.UmbracoMigrator.Source.Core/Controllers/Trees/MigratorTreeController.cs#L27
Nullability of reference types in return type doesn't match overridden member.
build: src/Method4.UmbracoMigrator.Source.Core/Controllers/api/MigratorSourceController.cs#L99
Possible null reference argument for parameter 'text' in 'string StringExtensions.Truncate(string text, int maxLength, string suffix = "...")'.
build: src/Method4.UmbracoMigrator.Source.Core/Controllers/api/MigratorSourceController.cs#L126
Possible null reference argument for parameter 'text' in 'string StringExtensions.Truncate(string text, int maxLength, string suffix = "...")'.
build: src/Method4.UmbracoMigrator.Source.Core/Serializers/ContentSerializerBase.cs#L42
Non-nullable field 'relationAlias' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Method4.UmbracoMigrator.Source.Core/Serializers/ContentSerializerBase.cs#L68
Possible null reference argument for parameter 'value' in 'XAttribute.XAttribute(XName name, object value)'.