Nuget & .Net 9.0 upgrade #36
Annotations
10 errors and 11 warnings
build-pr:
src/tests/SoloX.TableModel.UTests/RemoteTableDataTest.cs#L195
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/RemoteTableDataTest.cs#L268
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/AQueryableTableDataTest.cs#L213
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/AQueryableTableDataTest.cs#L240
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/AQueryableTableDataTest.cs#L267
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/AQueryableTableDataTest.cs#L322
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/AQueryableTableDataTest.cs#L332
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/AQueryableTableDataTest.cs#L337
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.UTests/AQueryableTableDataTest.cs#L347
Type 'FamilyMemberTableData' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
build-pr:
src/tests/SoloX.TableModel.Server.UTests/TableStructureControllerBaseTest.cs#L66
Type 'TableStructureController' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
build-pr
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-pr:
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-pr:
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-pr:
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-pr:
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-pr:
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-pr:
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-pr:
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-pr:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L47
Possible null reference assignment.
|
build-pr:
src/libs/SoloX.TableModel/Options/Impl/TableModelOptions.cs#L21
Non-nullable property 'TableStructureOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-pr:
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).
|