Skip to content

Merge branch 'dev' into main #68

Merge branch 'dev' into main

Merge branch 'dev' into main #68

Triggered via push August 15, 2023 17:34
Status Success
Total duration 5m 19s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Debug): src/StatisticAnalysisTool.Extractor/BinaryDecrypter.cs#L17
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build (Debug): src/StatisticAnalysisTool.Extractor/BinaryDecrypter.cs#L42
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build (Debug): src/StatisticAnalysisTool.Extractor/ItemContainer.cs#L5
Non-nullable property 'LocalizationNameVariable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/StatisticAnalysisTool.Extractor/ItemContainer.cs#L6
Non-nullable property 'LocalizationDescriptionVariable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/StatisticAnalysisTool.Extractor/ItemContainer.cs#L7
Non-nullable property 'LocalizedNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/StatisticAnalysisTool.Extractor/ItemContainer.cs#L8
Non-nullable property 'LocalizedDescriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/StatisticAnalysisTool.Extractor/IdContainer.cs#L5
Non-nullable property 'Index' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/StatisticAnalysisTool.Extractor/IdContainer.cs#L6
Non-nullable property 'UniqueName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): src/StatisticAnalysisTool.Extractor/BinaryDecrypter.cs#L17
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build (Debug): src/StatisticAnalysisTool.Extractor/BinaryDecrypter.cs#L42
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)