Increment version number #23
Annotations
22 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rocksmith2014PsarcLib/ReaderExtensions/GeneralReaderExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Rocksmith2014PsarcLib/Psarc/PsarcTOCEntry.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Psarc/PsarcTOCEntry.cs#L10
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L57
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L57
Non-nullable field '_decryptedStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Rocksmith2014PsarcLib/Psarc/PsarcTOC.cs#L67
Cannot convert null literal to non-nullable reference type.
|
Rocksmith2014PsarcLib/Psarc/PsarcTOC.cs#L17
Non-nullable property 'Decryptor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/ReaderExtensions/StructReaderExtensions.cs#L56
Dereference of a possibly null reference.
|
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L79
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
Rocksmith2014PsarcLib/Psarc/PsarcFile.cs#L158
Possible null reference return.
|
Rocksmith2014PsarcLib/ReaderExtensions/GeneralReaderExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Rocksmith2014PsarcLib/Psarc/PsarcTOCEntry.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Psarc/PsarcTOCEntry.cs#L10
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L57
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L57
Non-nullable field '_decryptedStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Rocksmith2014PsarcLib/Psarc/Asset/JsonLinqAsset.cs#L21
Possible null reference assignment.
|
Rocksmith2014PsarcLib/Psarc/Asset/JsonLinqAsset.cs#L9
Non-nullable property 'JsonObject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Psarc/Models/Json/SongArrangement.cs#L268
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Psarc/Models/Json/SongArrangement.cs#L281
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Rocksmith2014PsarcLib/Psarc/Models/Json/SongArrangement.cs#L283
Non-nullable property 'InsertRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "RockSniffer-release".
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/
|
This job succeeded
Loading