Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Code #12

Merged
merged 18 commits into from
Aug 9, 2024
Merged

Refactor Code #12

merged 18 commits into from
Aug 9, 2024

Conversation

parzival-space
Copy link
Owner

This PR fixes various compiler and ide warnings.

Currently there are still warnings related to NativeAOT and Json parsing that require further investigation:

Using member 'System.Text.Json.JsonSerializer.Deserialize(String, 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.

@parzival-space parzival-space merged commit aeb5e21 into development Aug 9, 2024
4 checks passed
@parzival-space parzival-space deleted the feature/fix-compiler-warnings branch August 9, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant