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

Remove unneeded files for .NET Core #1549

Merged
merged 6 commits into from
Jan 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions Octokit-Mono.sln

This file was deleted.

83 changes: 0 additions & 83 deletions Octokit-XamarinStudio.sln

This file was deleted.

46 changes: 0 additions & 46 deletions Octokit.Core.sln

This file was deleted.

19 changes: 0 additions & 19 deletions Octokit.Reactive.nuspec

This file was deleted.

5 changes: 4 additions & 1 deletion Octokit.Reactive/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"../Octokit/Helpers/Ensure.cs",
"../Octokit/Helpers/Pagination.cs"
]
}
},
"additionalArguments": [
"/ruleset:../Octokit.ruleset"
]
},
"packOptions": {
"summary": "An IObservable based GitHub API client library for .NET using Reactive Extensions"
Expand Down
33 changes: 0 additions & 33 deletions Octokit.nuspec

This file was deleted.

4 changes: 2 additions & 2 deletions Octokit.ruleset
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="GitHub" Description="This ruleset only includes the rules we care about. I'll be adding new ones as we fix our codebase." ToolsVersion="11.0">
<RuleSet Name="GitHub" Description="This ruleset enables all of the Microsoft CodeAnalysis rules, with a few deliberate exceptions" ToolsVersion="14.0">
<IncludeAll Action="Error" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1006" Action="None" />
<Rule Id="CA1014" Action="None" />
<Rule Id="CA1020" Action="None" />
<Rule Id="CA1054" Action="None" />
<Rule Id="CA1056" Action="None" />
<Rule Id="CA1726" Action="None" />
<Rule Id="CA2210" Action="None" />
<Rule Id="CA1054" Action="None" />
</Rules>
</RuleSet>
Loading