Skip to content

chore: removes unnecessary and implicit usings from the client (#2299) #180

chore: removes unnecessary and implicit usings from the client (#2299)

chore: removes unnecessary and implicit usings from the client (#2299) #180

Triggered via push July 3, 2024 02:59
Status Success
Total duration 13m 40s
Artifacts 2

build.yml

on: push
Generate Version-Specific Network Keys
43s
Generate Version-Specific Network Keys
Publish GitHub Release
3m 51s
Publish GitHub Release
Debug Build Artifacts
0s
Debug Build Artifacts
Check if token set to publish to forum
0s
Check if token set to publish to forum
Publish to Forum
3s
Publish to Forum
Fit to window
Zoom out
Zoom in

Annotations

47 warnings
Generate Version-Specific Network Keys
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Generate Version-Specific Network Keys: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
Generate Version-Specific Network Keys: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L295
Cannot convert null literal to non-nullable reference type.
Generate Version-Specific Network Keys: Intersect (Core)/Core/ExperimentalFeatures/ExperimentalFlag.cs#L10
'ExperimentalFlag' defines operator == or operator != but does not override Object.Equals(object o)
Generate Version-Specific Network Keys: Intersect (Core)/Core/ExperimentalFeatures/ExperimentalFlag.cs#L10
'ExperimentalFlag' defines operator == or operator != but does not override Object.GetHashCode()
Generate Version-Specific Network Keys: Intersect (Core)/Compression/GzipCompression.cs#L16
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Build for Linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build for Linux: Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
Build for Linux: Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
Build for Linux: Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
Build for Linux: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
Build for Linux: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L295
Cannot convert null literal to non-nullable reference type.
Build for Linux: Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
Build for Linux: Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
Build for MacOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build for MacOS: Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
Build for MacOS: Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
Build for MacOS: Framework/Intersect.Framework/Reflection/MemberInfoExtensions.cs#L25
Dereference of a possibly null reference.
Build for MacOS: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
Build for MacOS: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L295
Cannot convert null literal to non-nullable reference type.
Build for MacOS: Framework/Intersect.Framework/Reflection/AssemblyExtensions.cs#L52
Dereference of a possibly null reference.
Build for MacOS: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
Build for Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build for Windows
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
Build for Windows
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
Build for Windows: Framework/Intersect.Framework/Reflection/TypeExtensions.cs#L202
Cannot convert null literal to non-nullable reference type.
Build for Windows: vendor/dockpanelsuite/WinFormsUI/Docking/DockPanel.cs#L13
The type name 'resfinder' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build for Windows: vendor/dockpanelsuite/WinFormsUI/Docking/DockPane.cs#L1221
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Build for Windows: vendor/dockpanelsuite/WinFormsUI/Docking/DockPaneStripBase.cs#L294
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Build for Windows: vendor/dockpanelsuite/WinFormsUI/Docking/DockPaneStripBase.cs#L294
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Build for Windows: vendor/dockpanelsuite/WinFormsUI/Docking/DockPane.cs#L1221
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Build for Windows: vendor/dockpanelsuite/WinFormsUI/Docking/DockPaneStripBase.cs#L294
'SecurityPermissionFlag' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Publish GitHub Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3, AscensionGameDev/actions@cc2eb0e356546042e4dc7eca6788fd0b5a063b32, ncipollo/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish to Forum
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: AscensionGameDev/actions@0223df40becb110039c705c02cfd2cd8f274199c. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "engine", "keys". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
engine Expired
497 MB
keys Expired
2.79 KB