Initial calendar implementation #45
Annotations
1 error and 10 warnings
Building Web codebase
Process completed with exit code 2.
|
Building Web codebase:
pcss-client/Models/REST/AdjudicatorRestriction.cs#L32
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Building Web codebase:
pcss-client/Models/REST/BestDateSearch.cs#L285
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Building Web codebase:
pcss-client/Clients/JudicialCalendarsServicesClient.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Building Web codebase:
pcss-client/Clients/CourtCalendarsServicesClient.cs#L30
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Building Web codebase:
pcss-client/Models/UserLoginInfo.cs#L5
Non-nullable property 'TemporaryAccessGUID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/UserLoginInfo.cs#L6
Non-nullable property 'GivenName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/UserLoginInfo.cs#L7
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/UserLoginInfo.cs#L9
Non-nullable property 'GUID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/UserLoginInfo.cs#L10
Non-nullable property 'AuthorizationDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Building Web codebase:
pcss-client/Models/UserLoginInfo.cs#L11
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading