fix: attempt to fix swagger ui in app service #5
Annotations
11 warnings
Build with dotnet:
AdminHubApi/Program.cs#L88
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build with dotnet:
AdminHubApi/Service/TokenService.cs#L18
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build with dotnet:
AdminHubApi/Service/TokenService.cs#L25
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
Build with dotnet:
AdminHubApi/Service/TokenService.cs#L26
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
Build with dotnet:
AdminHubApi/Dtos/Project/ProjectDto.cs#L11
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
AdminHubApi/Dtos/Account/NewUserDto.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
AdminHubApi/Dtos/Account/NewUserDto.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
AdminHubApi/Dtos/Account/NewUserDto.cs#L7
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 with dotnet:
AdminHubApi/Dtos/Account/LoginDto.cs#L8
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
AdminHubApi/Dtos/Account/LoginDto.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Loading