update actions #18
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
ServiceInterface/LinqServices.cs#L45
Nullability of reference types in type of parameter 'x' of 'bool AnagramEqualityComparer.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).
|
build:
ServiceInterface/LinqServices.cs#L45
Nullability of reference types in type of parameter 'y' of 'bool AnagramEqualityComparer.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).
|
build:
ServiceInterface/LinqServices.cs#L54
Nullability of reference types in type of parameter 'x' of 'bool AnagramEqualityComparer.Equals(object x, object y)' doesn't match implicitly implemented member 'bool IEqualityComparer<object>.Equals(object? x, object? y)' (possibly because of nullability attributes).
|
build:
ServiceInterface/LinqServices.cs#L54
Nullability of reference types in type of parameter 'y' of 'bool AnagramEqualityComparer.Equals(object x, object y)' doesn't match implicitly implemented member 'bool IEqualityComparer<object>.Equals(object? x, object? y)' (possibly because of nullability attributes).
|
build:
AppHost.cs#L19
Non-nullable field 'LinqContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
AppHost.cs#L182
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ServiceInterface/AutoDataQueryServices.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ServiceInterface/AutoDataQueryServices.cs#L18
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ServiceInterface/AutoDataQueryServices.cs#L58
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ServiceInterface/AutoDataQueryServices.cs#L59
Non-nullable property 'Avatar_Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading