Sales Website CD #129
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Components/Case.razor#L35
Non-nullable property 'ShowCase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/CaseFeature.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/CaseFeature.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/CaseFeature.cs#L7
Non-nullable property 'PhotoAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/Case.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/Case.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/Case.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/Case.cs#L8
Non-nullable property 'AboutProject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/Case.cs#L9
Non-nullable property 'TeamMemberCount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish:
src/Websites/Sales/src/Bit.Websites.Sales.Client/Models/Case.cs#L10
Non-nullable property 'MvpDeliveryTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading