-
Notifications
You must be signed in to change notification settings - Fork 472
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
.NET Core support for Castle.Core #92
Conversation
98adb3c
to
75a1867
Compare
I think you had a problem with line endings. |
6146b77
to
1700a59
Compare
Nice starting point @MattGal thanks for taking that on. It looks like there is some issue with code indention that makes out quote hard to read through the changes and have a meaningful conversation about them. |
Adding But I agree that getting the same indentation settings into the editor would be a great idea. On that note, the Great work, @MattGal ! 👏 |
Sounds like a pull request Hari 😉 (editorconfig) On Fri, 26 Jun 2015 12:42 Hari Menon notifications@github.com wrote:
|
@kkozmic - I shall try and get a PR in with an updated @MattGal - the project's coding standards does suggest using only tabs and not spaces. It also talks about how ReSharper (if you use it) can be configured to use the Shared project settings. |
bbc4deb
to
af80161
Compare
43361d3
to
a6f7d46
Compare
@MattGal Just an idea: you can just exclude DictionaryAdapter folder in project.json so you wouldn't need to modify all those files. |
@uhaciogullari , I had thought of that, but there is a fair amount of functionality in the folder that does actually build and may end up being useful. Also, the tax is paid now :) |
Anything left for @MattGal to do to land the PR? |
I don't want to sound rude or ungrateful for the effort but there is still quite a bit of work to do. We and our users expect the same sort of level quality as the .NET Framework does, i.e. this can't just be a fire and forget port to .NET Core. If we are changing code there needs to be a reason for it, and that needs to be documented so we can continue maintaining this code as we have been for well over a decade. From a cursory look, things to do include:
|
0345944
to
3f42ddb
Compare
13c1289
to
9a13cd2
Compare
9a13cd2
to
299bd7d
Compare
@jonorossi , any update on this, or other things I can do to improve the PR? |
As can be seen from the issue links, the three major OSS .NET mocking frameworks (Moq, NSubstitute and FakeItEasy) are all under pressure from the community to provide support for .NET core so there is a lot of interest in getting this in. All efforts are hugely appreciated. |
I'd like to help getting this done. What's left to be done from @jonorossi previous comment? And how is this PR related to the |
…aintain the 'dotnet' dependency group in the nuspec.
What's the status of this? We want to get Nancy on CoreCLR which depends on FakeItEasy which depends on this 😄 |
I'll +1 this. Like @adamralph said, it's a core (no pun intended) component for the major mocking frameworks used by .NET OSS projects |
So what's the status? Has this been done elsewhere? |
See the linked issue, #90. |
Port Castle.Core to .NET Core profile
Thanks everyone for your patience, I'm eager to get this right and merged.
(Edited from previous WIP state)