Skip to content

Update github actions to work with v13 #1

Update github actions to work with v13

Update github actions to work with v13 #1

Triggered via push February 23, 2025 19:08
Status Success
Total duration 1m 7s
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 adding the 'required' modifier or 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)'.