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

#158: Fixed .Net 4.6.1 support for the ASP.Net Core midddleware #159

Merged
merged 1 commit into from
Nov 14, 2017

Conversation

adamrodger
Copy link
Contributor

This allows the ASP.Net Core middleware to be restored in .Net 4.6.1 using the 1.x CLI tools, whereas the previous code only allowed restore via the 2.x CLI tools.

@adamrodger
Copy link
Contributor Author

The Travis CI failure is a compilation error because the 4.6.1 targeting pack isn't installed on the CI job, which isn't something I can fix. It compiles locally though.

@fedj
Copy link
Collaborator

fedj commented Nov 13, 2017

Hi @adamrodger,

Thanks for this PR. I need to take a look at travis but without having it compile, I won't be able to merge your PR. Let me check and get back to you asap

@adamrodger
Copy link
Contributor Author

adamrodger commented Nov 13, 2017

They have a guide on how to build using .Net Core here: https://docs.travis-ci.com/user/languages/csharp/#.NET-Core

I'd unpick the dependencies myself but that would turn this into a really big MR. Ideally the project needs one root solution file which contains all of the projects, and then the build can be as simple as:

dotnet restore
dotnet build
dotnet test path/to/test/project.csproj

That would remove the needs for FAKE altogether.

@fedj
Copy link
Collaborator

fedj commented Nov 13, 2017

I think you're right. I'll try to come up with a draft PR today

@fedj
Copy link
Collaborator

fedj commented Nov 14, 2017

@adamrodger Your PR will be possible when we'll merge #160

@fedj
Copy link
Collaborator

fedj commented Nov 14, 2017

@adamrodger you can now rebase your PR and it should compile

@adamrodger
Copy link
Contributor Author

adamrodger commented Nov 14, 2017 via email

@adamrodger
Copy link
Contributor Author

OK, looks like that's passing on Travis CI now. Thanks!

@fedj fedj merged commit 0dd7e40 into openzipkin:master Nov 14, 2017
@fedj
Copy link
Collaborator

fedj commented Nov 14, 2017

Thanks a lot for the PR @adamrodger !

@adamrodger
Copy link
Contributor Author

No problems. If you could release a v1.1.1 NuGet package with the change in, that'd be great.

@fedj
Copy link
Collaborator

fedj commented Nov 14, 2017

I'm working on appveyor to publish it almost automatically. Can it wait tomorrow in order to test the script ? If not, that's no problem and I can provide you with a nuget asap

@adamrodger
Copy link
Contributor Author

adamrodger commented Nov 14, 2017 via email

@fedj
Copy link
Collaborator

fedj commented Nov 15, 2017

Hi @adamrodger,

Thank you for your patience. The nuget is available as 1.1.1 and was automatically published.

@adamrodger
Copy link
Contributor Author

adamrodger commented Nov 15, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants