More logging #249
Annotations
14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, actions/[email protected]. 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/IrcDotNet/Collections/ReadOnlySet.cs#L311
'ISerializable.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
src/IrcDotNet/Collections/ReadOnlyDictionary.cs#L282
'ISerializable.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
src/Faforever.Qai.Core/Clients/QuickChart/Dto.cs#L60
'CandleStickChartDataSet.BorderColor' hides inherited member 'ChartDataSet.BorderColor'. Use the new keyword if hiding was intended.
|
build:
src/Faforever.Qai.Core/Clients/QuickChart/Dto.cs#L62
'CandleStickChartDataSet.BackgroundColor' hides inherited member 'ChartDataSet.BackgroundColor'. Use the new keyword if hiding was intended.
|
build:
src/Faforever.Qai.Core/Clients/QuickChart/Dto.cs#L141
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Faforever.Qai.Core/Clients/QuickChart/Dto.cs#L118
Non-nullable property 'Legend' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Faforever.Qai.Core/Commands.Authorization/Exceptions/NullPermissionsException.cs#L13
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
src/Faforever.Qai.Core/Commands/Dual/Replay/FetchReplayCommand.cs#L47
Dereference of a possibly null reference.
|
build:
src/Faforever.Qai.Core/Commands/Dual/Replay/FetchReplayCommand.cs#L58
Dereference of a possibly null reference.
|
build:
src/Faforever.Qai.Core/Commands.Context/Exceptions/NullPrefixException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|