Remove CreateRelease.sh #2
Annotations
22 warnings
linux-build:
FNA/src/Graphics/PackedVector/HalfTypeHelper.cs#L22
The type name 'uif' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
linux-build:
FNA/src/Utilities/FNADllMap.cs#L91
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
|
linux-build:
FNA/src/Graphics/Vertices/VertexDeclaration.cs#L115
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The parameter 'vertexType' of method 'Microsoft.Xna.Framework.Graphics.VertexDeclaration.FromType(Type)' 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.
|
linux-build:
FNA/src/Graphics/Vertices/IndexBuffer.cs#L326
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
|
linux-build:
FNA/src/Design/MathTypeConverter.cs#L66
Base member 'System.ComponentModel.ExpandableObjectConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])' with 'RequiresUnreferencedCodeAttribute' has a derived member 'Microsoft.Xna.Framework.Design.MathTypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
linux-build:
FNA/src/Content/ContentTypeReaderManager.cs#L91
Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String, Boolean)'. It's not possible to guarantee the availability of the target type.
|
linux-build:
FNA/src/Content/ContentTypeReaderManager.cs#L198
Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
|
linux-build:
FNA/src/Content/ContentReaders/ReflectiveReader.cs#L125
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The generic parameter 'T' of 'Microsoft.Xna.Framework.Content.ReflectiveReader<T>' 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.
|
linux-build:
FNA/src/Content/ContentReaders/ReflectiveReader.cs#L83
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The return value of method 'Microsoft.Xna.Framework.Content.ContentTypeReader.TargetType.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.
|
linux-build:
FNA/src/Content/ContentReaders/ReflectiveReader.cs#L84
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields' in call to 'System.Type.GetFields(BindingFlags)'. The return value of method 'Microsoft.Xna.Framework.Content.ContentTypeReader.TargetType.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.
|
windows-build:
FNA/src/Graphics/PackedVector/HalfTypeHelper.cs#L22
The type name 'uif' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
windows-build:
FNA/src/Utilities/FNADllMap.cs#L91
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
|
windows-build:
FNA/src/Graphics/PackedVector/HalfTypeHelper.cs#L22
The type name 'uif' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
windows-build:
FNA/src/Content/ContentTypeReaderManager.cs#L91
Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String, Boolean)'. It's not possible to guarantee the availability of the target type.
|
windows-build:
FNA/src/Content/ContentExtensions.cs#L23
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors' in call to 'System.Type.GetConstructor(BindingFlags, Binder, Type[], ParameterModifier[])'. The parameter 'type' of method 'Microsoft.Xna.Framework.Content.ContentExtensions.GetDefaultConstructor(Type)' 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.
|
windows-build:
FNA/src/Design/MathTypeConverter.cs#L66
Base member 'System.ComponentModel.ExpandableObjectConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])' with 'RequiresUnreferencedCodeAttribute' has a derived member 'Microsoft.Xna.Framework.Design.MathTypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
windows-build:
FNA/src/Content/ContentTypeReaderManager.cs#L198
Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
|
windows-build:
FNA/src/Utilities/FNADllMap.cs#L91
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
|
windows-build:
FNA/src/Graphics/Vertices/VertexDeclaration.cs#L115
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The parameter 'vertexType' of method 'Microsoft.Xna.Framework.Graphics.VertexDeclaration.FromType(Type)' 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.
|
windows-build:
FNA/src/Graphics/Vertices/IndexBuffer.cs#L326
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
|
windows-build:
FNA/src/Content/ContentReaders/ReflectiveReader.cs#L125
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The generic parameter 'T' of 'Microsoft.Xna.Framework.Content.ReflectiveReader<T>' 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.
|
windows-build:
FNA/src/Content/ContentReaders/ReflectiveReader.cs#L83
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The return value of method 'Microsoft.Xna.Framework.Content.ContentTypeReader.TargetType.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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
CutTheRope-Linux-arm64-a8525f8
Expired
|
5.6 MB |
|
CutTheRope-Linux-x64-a8525f8
Expired
|
5.81 MB |
|
CutTheRope-Windows-x64-a8525f8
Expired
|
4.93 MB |
|
CutTheRope-Windows-x86-a8525f8
Expired
|
7.05 MB |
|