Skip to content

Update ModalDialog.razor #506

Update ModalDialog.razor

Update ModalDialog.razor #506

Triggered via push March 26, 2026 16:11
Status Success
Total duration 1m 6s
Artifacts

build-blazor.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-blazor: ServiceStack/src/ServiceStack.Interfaces/AuditBase.cs#L26
Non-nullable property 'ModifiedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/AuditBase.cs#L20
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/AI/ITypeChat.cs#L96
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/ApiAllowableValuesAttribute.cs#L52
Cannot convert null literal to non-nullable reference type.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/ApiResponse.cs#L47
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/ApiAllowableValuesAttribute.cs#L30
Cannot convert null literal to non-nullable reference type.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/ApiAllowableValuesAttribute.cs#L22
Cannot convert null literal to non-nullable reference type.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/ApiAttribute.cs#L52
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-blazor: ServiceStack/src/ServiceStack.Interfaces/ValidationRule.cs#L84
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-blazor: ServiceStack/src/ServiceStack.Interfaces/RouteAttribute.cs#L137
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).