Skip to content

update actions

update actions #18

Triggered via push December 9, 2024 08:25
Status Success
Total duration 47s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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.