StudioCherno / Coral

Coral is a C++/C# wrapper around the .NET CoreCLR library, the purpose of Coral is to provide a native interface similar to Mono, but in a more modern style, and using .NET Core instead of .NET Framework
MIT License
210 stars 26 forks source link

Coral.Manage build warnings #13

Open pohlmf opened 7 months ago

pohlmf commented 7 months ago

Branch: dev Commit: 9f071d7affb7bd42ba461466f8fcb425d54c05c5

When building Coral.Managed within my project, some build warnings are given (mainly about null references) that should be handled e.g. by error reporting, establishing default handling, etc.

Used tools:

BuildWarningsCoralManaged.txt

VagueLobster commented 7 months ago

You do know that Warnings != errors, right? I don't see a problem here as long as Coral builds.

pohlmf commented 7 months ago

Yes, I know that warnings != errors :) (with decades of experience as sw-dev and sw-arch in automotive and consumer-electronics industry and with hobby-projects)

Why I reported the warnings:

Just wanted to help the project. Whether or not the warnings will be fixed is actually your decision. My recommendation would be to fix them.

Anyway, thanks for considering the report.