Skip to content

Merge branch 'master' into beta #53

Merge branch 'master' into beta

Merge branch 'master' into beta #53

Triggered via push March 19, 2025 19:00
Status Success
Total duration 4m 33s
Artifacts

publish.yml

on: push
Matrix: Release
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
Release (macOS-arm64, MAC, macos-latest, osx-arm64): ELOR.VKAPILib/Methods/UtilsMethods.cs#L21
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): ELOR.VKAPILib/Methods/PollsMethods.cs#L20
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): ELOR.VKAPILib/Methods/PollsMethods.cs#L20
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): ELOR.VKAPILib/Utils.cs#L9
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'System.Reflection.TypeInfo.DeclaredMembers.get'. The return value of method 'System.Object.GetType()' 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.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): ELOR.VKAPILib/Attributes/JsonStringEnumConverterEx.cs#L16
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The generic parameter 'TEnum' of 'ELOR.VKAPILib.Attributes.JsonStringEnumConverterEx<TEnum>' 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.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): ELOR.VKAPILib/Objects/APIResponse.cs#L22
'APIException.Message' hides inherited member 'Exception.Message'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): VKUI/Controls/StackNavigationRouter.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): VKUI/Controls/StackNavigationRouter.cs#L64
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): VKUI/Controls/StackNavigationRouter.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (macOS-arm64, MAC, macos-latest, osx-arm64): VKUI/Controls/StackNavigationRouter.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (linux): ELOR.VKAPILib/Methods/PollsMethods.cs#L20
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Release (linux): ELOR.VKAPILib/Methods/PollsMethods.cs#L20
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (linux): ELOR.VKAPILib/Attributes/JsonStringEnumConverterEx.cs#L16
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The generic parameter 'TEnum' of 'ELOR.VKAPILib.Attributes.JsonStringEnumConverterEx<TEnum>' 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.
Release (linux): ELOR.VKAPILib/Methods/UtilsMethods.cs#L21
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Release (linux): ELOR.VKAPILib/Methods/UtilsMethods.cs#L21
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (linux): ELOR.VKAPILib/Objects/APIResponse.cs#L22
'APIException.Message' hides inherited member 'Exception.Message'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Release (linux): VKUI/Controls/StackNavigationRouter.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (linux): VKUI/Controls/StackNavigationRouter.cs#L64
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (linux): VKUI/Controls/StackNavigationRouter.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (linux): VKUI/Controls/StackNavigationRouter.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (macOS): ELOR.VKAPILib/Methods/PollsMethods.cs#L20
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (macOS): ELOR.VKAPILib/Utils.cs#L9
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'System.Reflection.TypeInfo.DeclaredMembers.get'. The return value of method 'System.Object.GetType()' 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.
Release (macOS): ELOR.VKAPILib/Methods/UtilsMethods.cs#L21
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Release (macOS): ELOR.VKAPILib/Methods/UtilsMethods.cs#L21
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (macOS): ELOR.VKAPILib/Attributes/JsonStringEnumConverterEx.cs#L16
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String)'. The generic parameter 'TEnum' of 'ELOR.VKAPILib.Attributes.JsonStringEnumConverterEx<TEnum>' 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.
Release (macOS): ELOR.VKAPILib/Objects/APIResponse.cs#L22
'APIException.Message' hides inherited member 'Exception.Message'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Release (macOS): VKUI/Controls/StackNavigationRouter.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (macOS): VKUI/Controls/StackNavigationRouter.cs#L64
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (macOS): VKUI/Controls/StackNavigationRouter.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (macOS): VKUI/Controls/StackNavigationRouter.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (windows): ELOR.VKAPILib/Methods/PollsMethods.cs#L20
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Release (windows): ELOR.VKAPILib/Methods/PollsMethods.cs#L20
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (windows): ELOR.VKAPILib/Utils.cs#L9
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in call to 'System.Reflection.TypeInfo.DeclaredMembers.get'. The return value of method 'System.Object.GetType()' 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.
Release (windows): ELOR.VKAPILib/Methods/UtilsMethods.cs#L21
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Release (windows): ELOR.VKAPILib/Methods/UtilsMethods.cs#L21
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(JsonNode, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Release (windows): ELOR.VKAPILib/Objects/APIResponse.cs#L22
'APIException.Message' hides inherited member 'Exception.Message'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Release (windows): VKUI/Controls/StackNavigationRouter.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (windows): VKUI/Controls/StackNavigationRouter.cs#L64
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (windows): VKUI/Controls/StackNavigationRouter.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (windows): VKUI/Controls/StackNavigationRouter.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.