Add fix to FAQ for .net9 breaking dotnet watch#369
Open
shayanhabibi wants to merge 1 commit intoSAFE-Stack:masterfrom
Open
Add fix to FAQ for .net9 breaking dotnet watch#369shayanhabibi wants to merge 1 commit intoSAFE-Stack:masterfrom
shayanhabibi wants to merge 1 commit intoSAFE-Stack:masterfrom
Conversation
Author
|
My understanding of dotnet and interaction between CLR languages is shallow, but the arguments in the referenced thread seem to refer to Would this not be incentive for |
Member
|
@shayanhabibi That has always been the default behaviour of .NET and shouldn't have been changed for .NET 9. My belief is that this will be rolled back / fixed in a patch in the next few weeks. |
Author
|
Undoubtedly; this was simply an issue I ran into for which I personally
would have benefitted from having an answer/fix described for in the
documentation or template or elsewhere.
I think that a ‘stable’ release of dotnet which causes a known issue for
whatever amount of time should have the fix documented to help with
newcomers who might come through at these awkward times such as myself.
That is just a personal opinion though, thank you for your work on this
stack!
…On Wed, 11 Dec 2024 at 11:07 PM, Isaac Abraham ***@***.***> wrote:
@shayanhabibi <https://github.com/shayanhabibi> That has always been the
default behaviour of .NET and shouldn't have been changed for .NET 9. My
belief is that this will be rolled back / fixed in a patch in the next few
weeks.
—
Reply to this email directly, view it on GitHub
<#369 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2EZW6HUWXIS37MMDIGYTT2FBILDAVCNFSM6AAAAABTAB7SH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZWGI2TSNZRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Upgrading to
.net9has broken the build process for the SAFE stack by defaultWhat does this pull request address
This pull request adds another section to the FAQ section troubleshoot page which suggests a potential fix should this issue occur in the future with major dotnet releases
How does this pull request address this
Provides the additional command to be passed to
Build.fsto allow continued development (without hot-code-reloading stopping despite the name of the argument as is discussed the above referenced issue thread).