remove unnecessary logic that was used only in one place (#1608) #4411
Annotations
10 warnings
Build:
OutOfSchool/OutOfSchool.Common/JsonSerializerHelper.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
OutOfSchool/OutOfSchool.Common/JsonSerializerHelper.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
OutOfSchool/OutOfSchool.Common/JsonSerializerHelper.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
OutOfSchool/OutOfSchool.ElasticsearchData/IElasticsearchProvider.cs#L99
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
|
Build:
OutOfSchool/OutOfSchool.DataAccess/Repository/Base/Api/IEntityAddOnlyRepository.cs#L100
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
|
Build:
OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
OutOfSchool/OutOfSchool.DataAccess/Repository/Api/IEmployeeRepository.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
OutOfSchool/OutOfSchool.DataAccess/Repository/EmployeeRepository.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
OutOfSchool/OutOfSchool.DataAccess/Models/User.cs#L43
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading