Skip to content
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

Merged
merged 4 commits into from
Oct 18, 2023

Conversation

CyrusNajmabadi
Copy link
Member

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 18, 2023
@CyrusNajmabadi CyrusNajmabadi changed the base branch from main to release/dev17.8 October 18, 2023 18:47
@@ -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
Copy link
Member Author

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.

Copy link
Member

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.

@@ -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
Copy link
Member

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.

@CyrusNajmabadi CyrusNajmabadi marked this pull request as ready for review October 18, 2023 18:56
@CyrusNajmabadi CyrusNajmabadi merged commit 12b1168 into dotnet:release/dev17.8 Oct 18, 2023
5 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the updateBCs branch October 18, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants