Skip to content

Update SharpScript.csproj #19

Update SharpScript.csproj

Update SharpScript.csproj #19

Triggered via push December 9, 2024 08:29
Status Success
Total duration 33s
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/ScriptTypes.cs#L29
Non-nullable property 'String' 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#L24
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.