Update CI workflow to remove branch-specific triggers #1
Annotations
10 warnings
|
build-and-test:
sparkly-server.test/HealthzTest.cs#L5
The type 'TestWebApplicationFactory' in '/home/runner/work/sparkly-server/sparkly-server/sparkly-server.test/TestWebAppliactionFactory.cs' conflicts with the imported type 'TestWebApplicationFactory' in 'sparkly-server, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/sparkly-server/sparkly-server/sparkly-server.test/TestWebAppliactionFactory.cs'.
|
|
build-and-test:
src/Services/Projects/ProjectService.cs#L217
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
build-and-test:
src/Services/Auth/AuthService.cs#L67
Possible null reference return.
|
|
build-and-test:
src/Services/Auth/AuthService.cs#L58
Possible null reference return.
|
|
build-and-test:
src/Services/Projects/ProjectService.cs#L47
Nullability of reference types in value of type 'Task<Project?>' doesn't match target type 'Task<Project>'.
|
|
build-and-test:
src/Domain/Projects/Project.cs#L22
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-and-test:
src/Domain/Projects/Project.cs#L22
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
src/Domain/Projects/Project.cs#L20
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
src/Domain/Projects/Project.cs#L20
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-and-test:
src/Domain/Projects/Project.cs#L20
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|