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
The end goal for this issue is to remove SDL binaries from this repository. Instead, the native libs should be built as needed: when testing locally and when deploying to nuget.
This will make deploying to nuget a one step process (as opposed to current Build native → Deploy). Testing local SDL changes will also be easier (I currently build SDL with Rider, and then copy the DLLs).
As a bonus, we can build SDL in debug mode when testing. SDL might hit an assertion that makes debugging easier (and we know it's not our code, but SDL's that has issues).
The text was updated successfully, but these errors were encountered:
The end goal for this issue is to remove SDL binaries from this repository. Instead, the native libs should be built as needed: when testing locally and when deploying to nuget.
This will make deploying to nuget a one step process (as opposed to current Build native → Deploy). Testing local SDL changes will also be easier (I currently build SDL with Rider, and then copy the DLLs).
As a bonus, we can build SDL in debug mode when testing. SDL might hit an assertion that makes debugging easier (and we know it's not our code, but SDL's that has issues).
The text was updated successfully, but these errors were encountered: