Merge branch 'master' of github.com:microting/eform-sdk-dotnet #1091
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#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.
|
Build:
eFormCore/Infrastructure/Models/DataItem.cs#L301
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#L301
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#L407
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#L521
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#L521
Non-nullable property 'BarcodeType' 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.
|
Loading