You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: While developing with the Hostfxr library, I noticed that the hostfxr_* functions return an int rather than a StatusCode enum.
Problem:
Developers must manually redefine or map the possible return codes to understand and handle the status of the functions properly.
Even after downloading the .NET SDK (e.g., dotnet-sdk-8.0.301-win-x64.zip), the error_codes.h file is not included.
Thank you for considering this enhancement to the Hostfxr library!
The text was updated successfully, but these errors were encountered:
Context: While developing with the Hostfxr library, I noticed that the hostfxr_* functions return an int rather than a StatusCode enum.
Problem:
Developers must manually redefine or map the possible return codes to understand and handle the status of the functions properly.
Even after downloading the .NET SDK (e.g., dotnet-sdk-8.0.301-win-x64.zip), the
error_codes.h
file is not included.Thank you for considering this enhancement to the Hostfxr library!
The text was updated successfully, but these errors were encountered: