Homework/Edit: исправление бэкендной валидации #91
Annotations
10 warnings
|
build:
HwProj.Common/HwProj.Models/AuthService/ViewModels/ResetPasswordViewModel.cs#L17
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
HwProj.Common/HwProj.Models/AuthService/ViewModels/ResetPasswordViewModel.cs#L14
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
HwProj.Common/HwProj.Models/StatisticsService/StatisticsLecturerDTO.cs#L5
Non-nullable property 'LecturerId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
HwProj.Common/HwProj.HttpUtils/JsonConvertExtensions.cs#L12
Possible null reference return.
|
|
build:
HwProj.EventBus/HwProj.EventBus.Client/Implementations/EventBusRabbitMQ.cs#L133
Dereference of a possibly null reference.
|
|
build:
HwProj.EventBus/HwProj.EventBus.Client/Implementations/DefaultConnection.cs#L21
Non-nullable field '_connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build
The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build
The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build
The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build
The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|