Add IRequest.RequestAborted #507
Annotations
10 warnings
|
build-blazor:
ServiceStack/src/ServiceStack.Interfaces/ValidationRule.cs#L55
Non-nullable property 'Type' 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/ISpeechToText.cs#L53
Non-nullable property 'ApiResponse' 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/ISpeechToText.cs#L43
Non-nullable property 'Transcript' 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/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/ApiAllowableValuesAttribute.cs#L52
Cannot convert null literal to non-nullable reference type.
|
|
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/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).
|