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

Fix Exception serialization on .NET Core #3794

Merged
merged 1 commit into from
Dec 15, 2017

Conversation

ReubenBond
Copy link
Member

Very small fix + some QoL test changes. I was unable to dotnet xunit the NetCore.Tests project without specifying <RuntimeFrameworkVersion>. It seems related to these three issues.

Need to get NetCore.Tests running in CI - I'll experiment

@ReubenBond ReubenBond added this to the 2.0.0 milestone Dec 14, 2017
@@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm, @attilah do you have a recommendation to avoid this? Because we are installing 2.0.3 if nothing is installed already, but if it is, then not sure whether this would break...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love to use a different solution if anyone has an idea of where to look.

@ReubenBond ReubenBond force-pushed the fix-netcore-exceptions branch from 7d17a10 to 62d2f18 Compare December 15, 2017 00:15
@ReubenBond ReubenBond force-pushed the fix-netcore-exceptions branch from 62d2f18 to bfa3535 Compare December 15, 2017 00:19
@jdom
Copy link
Member

jdom commented Dec 15, 2017

@dotnet-bot test functional
Reason: unrelated failure

@jdom jdom merged commit 664a61e into dotnet:master Dec 15, 2017
@ReubenBond ReubenBond deleted the fix-netcore-exceptions branch December 15, 2017 01:40
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants