CodeQL analyzer #134
Annotations
10 warnings
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Queries/IPagedGetStudentsQuery.cs#L8
The member 'IPagedGetStudentsQuery.ResultsPerPage' does not hide an accessible member. The new keyword is not required.
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Queries/IPagedGetStudentsQuery.cs#L9
The member 'IPagedGetStudentsQuery.Name' does not hide an accessible member. The new keyword is not required.
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Extensions.cs#L45
The using directive for 'Paralax.CQRS.WebApi' appeared previously in this namespace
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api/Program.cs#L21
The using directive for 'Paralax.CQRS.WebApi' appeared previously in this namespace
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading