-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update breaking change docs #70435
Update breaking change docs #70435
Conversation
8707239
to
e10c59f
Compare
docs/Breaking API Changes.md
Outdated
@@ -96,3 +96,11 @@ Now the reason will be reported more accurately as `IncrementalStepRunReason.New | |||
The value of `Assembly.Location` previously held the location on disk where an analyzer or source generator was loaded from. This could be either the original location or the shadow copy location. In 4.8 this will be `""` in certain cases when running on non Windows platforms. This is due the compiler server loading assemblies using `AssemblyLoadContext.LoadFromStream` instead of loading from disk. | |||
|
|||
This could already happen in other load scenarios but this change moves it into mainline build scenarios. | |||
|
|||
# Version XXX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arunath do you know what i would put here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still on 4.8.0-3. So you converge with the section above.
docs/Breaking API Changes.md
Outdated
@@ -96,3 +96,11 @@ Now the reason will be reported more accurately as `IncrementalStepRunReason.New | |||
The value of `Assembly.Location` previously held the location on disk where an analyzer or source generator was loaded from. This could be either the original location or the shadow copy location. In 4.8 this will be `""` in certain cases when running on non Windows platforms. This is due the compiler server loading assemblies using `AssemblyLoadContext.LoadFromStream` instead of loading from disk. | |||
|
|||
This could already happen in other load scenarios but this change moves it into mainline build scenarios. | |||
|
|||
# Version XXX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still on 4.8.0-3. So you converge with the section above.
No description provided.