Add Status text representation to Result type #36
Annotations
10 warnings
build:
src/BHC24.Api/Program.cs#L86
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build:
src/BHC24.Api/Persistence/Models/Profile.cs#L12
Non-nullable property 'AppUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BHC24.Api/Persistence/Models/AppUser.cs#L10
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BHC24.Api/Models/Result.cs#L88
Possible null reference assignment.
|
build:
src/BHC24.Api/Models/Result.cs#L99
Possible null reference assignment.
|
build:
src/BHC24.Api/Models/Result.cs#L52
Possible null reference assignment.
|
build:
src/BHC24.Api/Models/Projects/Project.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BHC24.Api/Models/Projects/Project.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BHC24.Api/Models/Projects/Project.cs#L7
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BHC24.Api/Models/Projects/Project.cs#L8
Non-nullable property 'Collaborators' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|