Merge branch 'neozhu:main' into main #15
Annotations
11 warnings
build
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:
src/Application/Common/Security/UserProfileStateService.cs#L23
Non-nullable event 'OnChange' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
src/Infrastructure/Services/ExcelService.cs#L132
Dereference of a possibly null reference.
|
build
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
build:
src/Migrators/Migrators.SqLite/Migrations/20240413024715_setglobalstringmaxlength.cs#L8
The type name 'setglobalstringmaxlength' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Migrators/Migrators.SqLite/Migrations/20240413024715_setglobalstringmaxlength.Designer.cs#L15
The type name 'setglobalstringmaxlength' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Migrators/Migrators.PostgreSQL/Migrations/20240413023941_setglobalstringmaxlength.cs#L8
The type name 'setglobalstringmaxlength' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Migrators/Migrators.PostgreSQL/Migrations/20240413023941_setglobalstringmaxlength.Designer.cs#L16
The type name 'setglobalstringmaxlength' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
build:
tests/Application.UnitTests/Common/Mappings/MappingTests.cs#L51
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
src/Migrators/Migrators.MSSQL/Migrations/20240727010327_contact.cs#L9
The type name 'contact' only contains lower-cased ascii characters. Such names may become reserved for the language.
|