--no-restore on publish #15
Annotations
2 errors and 10 warnings
build
Assets file '/home/runner/work/RockSniffer/RockSniffer/RockSniffer/obj/project.assets.json' doesn't have a target for 'net6.0-windows/win-x64'. Ensure that restore has run and that you have included 'net6.0-windows' in the TargetFrameworks for your project. You may also need to include 'win-x64' in your project's RuntimeIdentifiers.
|
build
Process completed with exit code 1.
|
build:
Rocksmith2014PsarcLib/ReaderExtensions/GeneralReaderExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build:
Rocksmith2014PsarcLib/ReaderExtensions/StructReaderExtensions.cs#L56
Dereference of a possibly null reference.
|
build:
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L57
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L57
Non-nullable field '_decryptedStream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Rocksmith2014PsarcLib/Psarc/PsarcTOCEntry.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Rocksmith2014PsarcLib/Psarc/PsarcTOCEntry.cs#L10
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L79
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
build:
Rocksmith2014PsarcLib/Psarc/PsarcTOC.cs#L67
Cannot convert null literal to non-nullable reference type.
|
build:
Rocksmith2014PsarcLib/Psarc/PsarcTOC.cs#L17
Non-nullable property 'Decryptor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Rocksmith2014PsarcLib/Crypto/DecryptStream.cs#L177
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|