Create offer endpoint #26
Annotations
10 warnings
build:
src/BHC24.Api/Controllers/OfferController.cs#L6
The using directive for 'BHC24.Api.Models' appeared previously in this namespace
|
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/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.
|
build:
src/BHC24.Api/Models/PaginationResponse.cs#L8
Non-nullable property 'Data' 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/LoginRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|