-
Notifications
You must be signed in to change notification settings - Fork 116
Fix exception propagation #1856
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
Conversation
Once this is in master, how soon will this be available in a nuget package? |
I am planning to do a Windows SDK projection update by next Monday which I plan on including this in. It would be a month from then before it is available by default in the .NET SDK, but you should be able to pick up that version I ship before then in your app explicitly by using the WindowsSdkPackageVersion property to specify the explicit version to use in your csproj or a common props file. If you let me know the OS version that your target in your target framework and what version of .NET that you target, I would be able to give you the exact version that you can specify when our updates go out. |
@manodasanW sweet! We're looking forward to it. Here's our current .props: We'd be able to target 19041 as our min if needed. Even our other targets are flexible if there are any issues. |
ObjectDisposedException
thrown during exception propagation when the language exception in the error info is a non C# exception.Putting this in draft as I plan to have another change to improve error propagation
Fixes #1845