Add user integration tests #5
Annotations
10 warnings
|
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#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/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.
|
|
build-and-test:
sparkly-server.test/TestWebAppliactionFactory.cs#L24
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|