AOT适配 #698
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@v2. 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/c#/GeneralUpdate.Zip/Factory/IFactory.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Zip/GeneralZipFactory.cs#L40
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Zip/Events/BaseUnZipProgressEventArgs.cs#L13
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/GeneralUpdate.Zip/Events/BaseUnZipProgressEventArgs.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/GeneralUpdate.Zip/Events/BaseCompressProgressEventArgs.cs#L11
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/GeneralUpdate.Zip/Events/BaseCompressProgressEventArgs.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/GeneralUpdate.Zip/Factory/BaseCompress.cs#L12
Non-nullable property 'SOURSE_PATH' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/GeneralUpdate.Zip/Factory/BaseCompress.cs#L12
Non-nullable property 'COMPRESS_NAME' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/GeneralUpdate.Zip/Factory/BaseCompress.cs#L12
Non-nullable event 'Completed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
src/c#/GeneralUpdate.Zip/Factory/BaseCompress.cs#L12
Non-nullable event 'UnZipProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|