Skip to content

Sync changes

Sync changes #3

Triggered via push March 2, 2024 23:25
Status Cancelled
Total duration 2m 39s
Artifacts

build.yml

on: push
create-draft-release
0s
create-draft-release
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 warnings
windows-build
The run was canceled by @Rosalie241.
windows-build
The operation was canceled.
linux-build
The run was canceled by @Rosalie241.
linux-build
The operation was canceled.
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/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/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#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/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/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.
windows-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.
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/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.
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/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.