Bump to version 1.0.0 #18
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Impl/ColumnDecorator.cs#L78
Nullability of reference types in return type of 'TDecorator? ColumnDecorator<TData, TDecorator, TColumn>.DecorateHeader()' doesn't match implicitly implemented member 'TDecorator IColumnDecorator<TData, TDecorator>.DecorateHeader()' (possibly because of nullability attributes).
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Impl/TableDecorator.cs#L33
Nullability of reference types in return type of 'Expression<Func<IColumn<TData>, TDecorator>>? TableDecorator<TData, TDecorator>.DefaultHeaderDecoratorExpression.get' doesn't match implicitly implemented member 'Expression<Func<IColumn<TData>, TDecorator>> ITableDecorator<TData, TDecorator>.DefaultHeaderDecoratorExpression.get' (possibly because of nullability attributes).
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Impl/TableDecorator.cs#L36
Nullability of reference types in return type of 'Expression<Func<object, TDecorator>>? TableDecorator<TData, TDecorator>.DefaultDecoratorExpression.get' doesn't match implicitly implemented member 'Expression<Func<object?, TDecorator>> ITableDecorator<TData, TDecorator>.DefaultDecoratorExpression.get'.
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Dto/TableDataDto.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Dto/TableDataDto.cs#L24
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Impl/AQueryableTableData.cs#L31
Possible null reference argument for parameter 'id' in 'ATableData<TData>.ATableData(string id, bool disableInstanceCaching = false)'.
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L47
Possible null reference assignment.
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L62
Possible null reference assignment.
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L63
Possible null reference assignment.
|
Build src/tests/SoloX.TableModel.Server.UTests:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L104
Possible null reference assignment.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "NugetPackages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading