Skip to content

Add AOT Markup (#1263) #2516

Add AOT Markup (#1263)

Add AOT Markup (#1263) #2516

Triggered via push January 17, 2025 10:30
Status Failure
Total duration 12m 12s
Artifacts

ci-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build / build
The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L24
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods' in call to 'System.Reflection.TypeInfo.GetDeclaredMethod(String)'. The parameter 'value' of method 'Splat.ReflectionStubs.GetMethod(Type, String, BindingFlags)' 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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L27
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods' in call to 'System.Type.GetMethod(String, BindingFlags)'. The return value of method 'System.Type.BaseType.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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L42
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicEvents', 'DynamicallyAccessedMemberTypes.NonPublicEvents' in call to 'System.Reflection.TypeInfo.GetDeclaredEvent(String)'. The parameter 'value' of method 'Splat.ReflectionStubs.GetEvent(Type, String, BindingFlags)' 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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L45
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicEvents', 'DynamicallyAccessedMemberTypes.NonPublicEvents' in call to 'System.Type.GetEvent(String, BindingFlags)'. The return value of method 'System.Type.BaseType.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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L48
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Reflection.TypeInfo.DeclaredProperties.get'. The parameter 'value' of method 'Splat.ReflectionStubs.GetProperties(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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L50
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields' in call to 'System.Reflection.TypeInfo.DeclaredFields.get'. The parameter 'value' of method 'Splat.ReflectionStubs.GetFields(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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L55
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods' in call to 'System.Reflection.TypeInfo.GetDeclaredMethods(String)'. The parameter 'value' of method 'Splat.ReflectionStubs.GetMethod(Type, String, Type[], BindingFlags)' 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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L63
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.NonPublicMethods' in call to 'System.Reflection.TypeInfo.DeclaredMethods.get'. The parameter 'value' of method 'Splat.ReflectionStubs.GetMethods(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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L15
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields' in call to 'System.Reflection.TypeInfo.GetDeclaredField(String)'. The parameter 'value' of method 'Splat.ReflectionStubs.GetField(Type, String, BindingFlags)' 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.
build / build: src/Splat.Drawing/Platforms/ReflectionStubs.cs#L18
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields' in call to 'System.Type.GetField(String, BindingFlags)'. The return value of method 'System.Type.BaseType.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.