up 修复单窗口模式bug #79
Annotations
1 error and 11 warnings
Build MSI with MSBuild
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
构建 源码:
Live2DCSharpSDK/Live2DCSharpSDK.Framework/Rendering/OpenGL/CubismClippingContext_OpenGLES2.cs#L5
Parameter 'model' is unread.
|
构建 源码:
src/ColorMC.Gui/Utils/Hook/X11Hook.cs#L90
Cannot convert null literal to non-nullable reference type.
|
构建 源码:
src/ColorMC.Gui/Utils/Hook/X11Hook.cs#L118
Cannot convert null literal to non-nullable reference type.
|
构建 源码:
src/ColorMC.Gui/Utils/GameJoystick.cs#L64
Dereference of a possibly null reference.
|
构建 源码:
src/ColorMC.Launcher/Program.cs#L137
Using member 'System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Defining a dynamic assembly requires dynamic code.
|
构建 源码:
src/ColorMC.Launcher/Program.cs#L214
Using member 'System.Runtime.Loader.AssemblyLoadContext.LoadFromStream(Stream, Stream)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
|
构建 源码:
src/ColorMC.Launcher/Program.cs#L219
Using member 'System.Runtime.Loader.AssemblyLoadContext.LoadFromStream(Stream, Stream)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
|
构建 源码:
src/ColorMC.Launcher/Program.cs#L226
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
构建 源码:
src/ColorMC.Launcher/Program.cs#L247
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
构建 源码:
src/ColorMC.Launcher/Program.cs#L228
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetField(String)'. The return value of method 'System.Collections.Generic.List<T>.this[Int32].get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Loading