Merge branch 'dev' into main #75
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/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/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/StatisticsAnalysisTool/ViewModels/SettingsWindowViewModel.cs#L43
The field 'SettingsWindowViewModel._shortDamageMeterToClipboard' is never used
|
build (Debug):
src/StatisticsAnalysisTool/ViewModels/SettingsWindowViewModel.cs#L43
The field 'SettingsWindowViewModel._shortDamageMeterToClipboard' is never used
|