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

[.NET Core] - additional work #1544

Closed
wants to merge 7 commits into from
Closed

[.NET Core] - additional work #1544

wants to merge 7 commits into from

Conversation

mderriey
Copy link
Contributor

@mderriey mderriey commented Jan 21, 2017

Hey,

I started doing a bit of work to make the .NET Core solution tidier and on par with the existing one.

This includes:

  • remove anything platform-specific that we don't use anymore
  • bring back the StyleCop rule set to both Octokit and Octokit.Reactive
  • a build task running the LINQPad samples before packaging, as I think @shiftkey is keen on keeping them up-to-date and working
  • a build task to format code

There's some not-so-nice things going on in the formatting task. CodeFormatter doesn't support xproj/project.json, so the task creates a temp .csproj listing all the .cs files and feeds it to the formatter.

Let me know if you'd like things made different.

@ryangribble ryangribble added this to the dotnetcore milestone Jan 21, 2017
@mderriey
Copy link
Contributor Author

mderriey commented Jan 24, 2017

Closing this PR as we decided to break them into several PRs so we don't end up with unrelated work in a PR.

New issues were created: #1546, #1547, #1548.

Edit: @ryangribble, I tried creating these issues with the dotnetcore milestone, but it didn't work. Maybe I can't. Would you mind doing it please?

@mderriey mderriey closed this Jan 24, 2017
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