Skip to content

Modernization

Modernization #411

Triggered via pull request October 26, 2025 20:55
@pokornydpokornyd
synchronize #407
vnext
Status Success
Total duration 53s
Artifacts

integrate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Kontent.Ai.Delivery/TaxonomyGroups/TaxonomyTermDetails.cs#L16
Nullability of reference types in return type of 'string? TaxonomyTermDetails.Name.get' doesn't match implicitly implemented member 'string ITaxonomyTermDetails.Name.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/TaxonomyGroups/TaxonomyTermDetails.cs#L20
Nullability of reference types in return type of 'string? TaxonomyTermDetails.Codename.get' doesn't match implicitly implemented member 'string ITaxonomyTermDetails.Codename.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/TaxonomyGroups/TaxonomyGroupSystemAttributes.cs#L20
Nullability of reference types in return type of 'string? TaxonomyGroupSystemAttributes.Name.get' doesn't match implicitly implemented member 'string ISystemBaseAttributes.Name.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/TaxonomyGroups/TaxonomyGroupSystemAttributes.cs#L16
Nullability of reference types in return type of 'string? TaxonomyGroupSystemAttributes.Id.get' doesn't match implicitly implemented member 'string ISystemBaseAttributes.Id.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/TaxonomyGroups/TaxonomyGroupSystemAttributes.cs#L24
Nullability of reference types in return type of 'string? TaxonomyGroupSystemAttributes.Codename.get' doesn't match implicitly implemented member 'string ISystemBaseAttributes.Codename.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/Languages/LanguageSystemAttributes.cs#L24
Nullability of reference types in return type of 'string? LanguageSystemAttributes.Name.get' doesn't match implicitly implemented member 'string ISystemBaseAttributes.Name.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/Languages/LanguageSystemAttributes.cs#L20
Nullability of reference types in return type of 'string? LanguageSystemAttributes.Id.get' doesn't match implicitly implemented member 'string ISystemBaseAttributes.Id.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/Languages/LanguageSystemAttributes.cs#L16
Nullability of reference types in return type of 'string? LanguageSystemAttributes.Codename.get' doesn't match implicitly implemented member 'string ISystemBaseAttributes.Codename.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/ContentTypes/Element/TaxonomyElement.cs#L13
Nullability of reference types in return type of 'string? TaxonomyElement.TaxonomyGroup.get' doesn't match implicitly implemented member 'string ITaxonomyElement.TaxonomyGroup.get' (possibly because of nullability attributes).
build: Kontent.Ai.Delivery/ContentTypes/Element/MultipleChoiceElement.cs#L13
Nullability of reference types in return type of 'IList<IMultipleChoiceOption>? MultipleChoiceElement.Options.get' doesn't match implicitly implemented member 'IList<IMultipleChoiceOption> IMultipleChoiceElement.Options.get' (possibly because of nullability attributes).