dotnet8 and use primary constructor #8
Annotations
13 warnings
dotNet-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/Advantage.cs#L7
Non-nullable property 'MainText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/Advantage.cs#L9
Non-nullable property 'SubText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/Discount.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Models/UserMatchingStoreModel.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/UserTokens.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/UserTokens.cs#L11
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/Event.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/Event.cs#L14
Non-nullable property 'EventImages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/Event.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotNet-build:
src/api/YeProfspilka.Core/Entities/Event.cs#L18
Non-nullable property 'ShortDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
web-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
admin-panel-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|