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 NullabilityInfoContext.cs.pp with bug fix from MS repo #7

Merged
merged 1 commit into from
Jan 19, 2022
Merged

Update NullabilityInfoContext.cs.pp with bug fix from MS repo #7

merged 1 commit into from
Jan 19, 2022

Conversation

Shane32
Copy link
Contributor

@Shane32 Shane32 commented Jan 18, 2022

@Shane32
Copy link
Contributor Author

Shane32 commented Jan 18, 2022

@SimonCropp When using this source-only repo, does the code get injected for all frameworks, or only pre-.NET 6 frameworks? If the latter, is there any way to make this work in a .NET 6 environment, so that the fixed code is used rather than the buggy .NET 6 code?

@SimonCropp SimonCropp added this to the 1.0.4 milestone Jan 19, 2022
@SimonCropp SimonCropp added the bug Something isn't working label Jan 19, 2022
@SimonCropp SimonCropp merged commit 81f64db into SimonCropp:main Jan 19, 2022
@SimonCropp
Copy link
Owner

thanks for this. i will deploy it now.

When using this source-only repo, does the code get injected for all frameworks, or only pre-.NET 6 frameworks

only pre-.NET 6 frameworks

is there any way to make this work in a .NET 6 environment, so that the fixed code is used rather than the buggy .NET 6 code?

not currently. TBH it is no a scenario that i considered. although it is obviously valid. thoughts on how it could be achieved? perhaps via compilation constant?

@SimonCropp
Copy link
Owner

or i could deploy a new nuget that has all the types in a diff namespace

@Shane32 Shane32 deleted the patch-1 branch January 21, 2022 21:32
@Shane32
Copy link
Contributor Author

Shane32 commented Jan 21, 2022

@sungam3r
Copy link
Contributor

😕 What happens with the MS code?

@Shane32
Copy link
Contributor Author

Shane32 commented Jan 22, 2022

It is slated for .NET 7

@SimonCropp
Copy link
Owner

it should have been a nuget that is shipped out of band

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants