Skip to content

After importing Steamworks.NET.Standard.csproj in Standalone into the FNA project using Rider, an error "Field 'm_debugMsg_' has never been assigned a value" appears. #688

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

Closed
molinghu opened this issue Mar 15, 2025 · 2 comments

Comments

@molinghu
Copy link

molinghu commented Mar 15, 2025

Rider 2024.3.6
FNA 25.03
Steamwork.Net 2024.8.0

After using Rider to import Steamworks.NET.Standard.csproj from Standalone into an FNA project, an error occurs: "Field 'm_debugMsg_' has never been assigned a value". This error exists in the SteamCallbacks.cs file. How do I handle this error?

The pictures are as follows:

Image

@Akarinnnnn
Copy link
Contributor

In our use case, these fields are assigned during marshalling process. You can safely disable warning CS0649.

@molinghu
Copy link
Author

在我们的用例中,这些字段在编组过程中被分配。您可以放心地禁用警告CS0649

Thank you very much for your reply. I have discovered some time ago that this warning does not affect the project and disabled it.

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

No branches or pull requests

2 participants