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
Currently if the gluj version increments, the built .dlls will not increment until new nuget packages are pushed. If a user builds the FRB editor from source and makes a new project, this causes confusion.
Their project won't compile and they have no idea why. To address this, the FRB editor could detect that the .gluj is newer than the .dll and could show an error.
Alternatively the FRB editor could just suppress generation for newer versions, but this would be confusing for users who are intentionally trying to upgrade.
The text was updated successfully, but these errors were encountered:
Currently if the gluj version increments, the built .dlls will not increment until new nuget packages are pushed. If a user builds the FRB editor from source and makes a new project, this causes confusion.
Their project won't compile and they have no idea why. To address this, the FRB editor could detect that the .gluj is newer than the .dll and could show an error.
Alternatively the FRB editor could just suppress generation for newer versions, but this would be confusing for users who are intentionally trying to upgrade.
The text was updated successfully, but these errors were encountered: