Skip to content

代码整理

代码整理 #52

Triggered via push August 23, 2024 07:28
Status Success
Total duration 1m 29s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-test: XCoderLinux/XCom/FrmMain.cs#L23
'VBox.VBox()' is obsolete
build-test: XCoder/IoT/InputPort.cs#L7
'InputPort.Name' hides inherited member 'Control.Name'. Use the new keyword if hiding was intended.
build-test: XCoder/IoT/OutputPort.cs#L7
'OutputPort.Name' hides inherited member 'Control.Name'. Use the new keyword if hiding was intended.
build-test: XCoder/XRegex/FrmMain.cs#L181
'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
build-test: XCoder/XCom/SerialPortList.cs#L86
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build-test: XCoder/Tools/FrmSymmetric.cs#L176
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-test: XCoder/Tools/FrmSymmetric.cs#L189
'DESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-test: XCoder/Tools/FrmSymmetric.cs#L270
'Rijndael' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build-test: XCoder/Tools/FrmSymmetric.cs#L282
'Rijndael' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build-test: XCoder/IoT/FrmSwitch.cs#L11
The field 'FrmSwitch._log' is never used