Merge pull request #2669 from microting/dependabot/nuget/AWSSDK.SQS-3… #1079
Annotations
11 warnings
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/
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L58
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L58
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:
eFormCore/Infrastructure/Models/DataItem.cs#L58
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L58
Non-nullable property 'OriginalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L182
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L146
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L261
Non-nullable property 'MinValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L261
Non-nullable property 'MaxValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L261
Non-nullable property 'UnitName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L301
Non-nullable property 'MinValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading