Nuget & .Net 9.0 upgrade #37
Annotations
9 errors and 11 warnings
build-pr:
src/tests/SoloX.TableModel.Server.UTests/TableDataControllerBaseTest.cs#L47
Type 'TableDataController' 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.UTests/AQueryableTableDataTest.cs#L325
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#L335
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#L340
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr:
src/tests/SoloX.TableModel.Server.UTests/TableDataControllerBaseTest.cs#L47
Type 'TableDataController' 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.UTests/AQueryableTableDataTest.cs#L325
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#L335
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#L340
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
build-pr
Process completed with exit code 1.
|
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/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/Services/Impl/TableModelToDtoService.cs#L47
Possible null reference assignment.
|
build-pr:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L62
Possible null reference assignment.
|
build-pr:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L63
Possible null reference assignment.
|
build-pr:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L104
Possible null reference assignment.
|
build-pr:
src/libs/SoloX.TableModel/Services/Impl/TableModelToDtoService.cs#L133
Possible null reference assignment.
|
build-pr:
src/libs/SoloX.TableModel/Services/Impl/DtoToTableModelService.cs#L52
Dereference of a possibly null reference.
|
build-pr:
src/libs/SoloX.TableModel/Services/Impl/DtoToTableModelService.cs#L52
Possible null reference argument for parameter 'typeArguments' in 'MethodInfo MethodInfo.MakeGenericMethod(params Type[] typeArguments)'.
|