-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1615 from json-api-dotnet/merge-master-into-openapi
Merge master into openapi
- Loading branch information
Showing
1,218 changed files
with
20,067 additions
and
16,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
pull-request-branch-name: | ||
separator: "-" | ||
- package-ecosystem: nuget | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
pull-request-branch-name: | ||
separator: "-" | ||
open-pull-requests-limit: 25 | ||
ignore: | ||
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change. | ||
- dependency-name: 'Ben.Demystifier' | ||
- dependency-name: 'Humanizer*' | ||
- dependency-name: 'Microsoft.CodeAnalysis*' | ||
- dependency-name: 'Microsoft.EntityFrameworkCore*' | ||
# Block major updates of packages that require a matching .NET version. | ||
- dependency-name: 'Microsoft.AspNetCore*' | ||
update-types: ["version-update:semver-major"] | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
pull-request-branch-name: | ||
separator: "-" | ||
- package-ecosystem: nuget | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
pull-request-branch-name: | ||
separator: "-" | ||
open-pull-requests-limit: 25 | ||
ignore: | ||
# Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change. | ||
- dependency-name: "Ben.Demystifier" | ||
- dependency-name: "Humanizer*" | ||
- dependency-name: "Microsoft.CodeAnalysis*" | ||
- dependency-name: "Microsoft.EntityFrameworkCore*" | ||
# Block major updates of packages that require a matching .NET version. | ||
- dependency-name: "Microsoft.AspNetCore*" | ||
update-types: ["version-update:semver-major"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RuleSet Name="Coding Guidelines" Description=" " ToolsVersion="16.0"> | ||
<RuleSet Name="Coding Guidelines" Description=" " ToolsVersion="17.0"> | ||
<Rules AnalyzerId="CSharpGuidelinesAnalyzer" RuleNamespace="CSharpGuidelinesAnalyzer"> | ||
<Rule Id="AV1008" Action="Warning" /> | ||
<Rule Id="AV1135" Action="None" /> | ||
<Rule Id="AV1500" Action="None" /> | ||
<Rule Id="AV1505" Action="Warning" /> | ||
<Rule Id="AV1506" Action="Warning" /> | ||
<Rule Id="AV1507" Action="Warning" /> | ||
<Rule Id="AV1008" Action="Warning" /> | ||
<Rule Id="AV1130" Action="Warning" /> | ||
<Rule Id="AV1135" Action="Info" /> | ||
<Rule Id="AV1536" Action="None" /> | ||
<Rule Id="AV1537" Action="None" /> | ||
<Rule Id="AV1551" Action="Info" /> | ||
<Rule Id="AV1555" Action="Warning" /> | ||
<Rule Id="AV1564" Action="Info" /> | ||
<Rule Id="AV1551" Action="None" /> | ||
<Rule Id="AV1564" Action="None" /> | ||
<Rule Id="AV1568" Action="Warning" /> | ||
<Rule Id="AV1580" Action="None" /> | ||
<Rule Id="AV1706" Action="Warning" /> | ||
<Rule Id="AV1710" Action="Info" /> | ||
<Rule Id="AV1711" Action="Info" /> | ||
<Rule Id="AV1704" Action="None" /> | ||
<Rule Id="AV1710" Action="None" /> | ||
<Rule Id="AV1711" Action="None" /> | ||
<Rule Id="AV1738" Action="Warning" /> | ||
<Rule Id="AV1739" Action="Warning" /> | ||
<Rule Id="AV1745" Action="Warning" /> | ||
<Rule Id="AV1755" Action="Warning" /> | ||
<Rule Id="AV2210" Action="Warning" /> | ||
<Rule Id="AV2220" Action="Warning" /> | ||
<Rule Id="AV2230" Action="Info" /> | ||
<Rule Id="AV2305" Action="None" /> | ||
<Rule Id="AV2310" Action="Info" /> | ||
<Rule Id="AV2318" Action="Warning" /> | ||
</Rules> | ||
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers"> | ||
<Rule Id="CA1027" Action="Warning" /> | ||
<Rule Id="CA1033" Action="Warning" /> | ||
<Rule Id="CA1062" Action="Warning" /> | ||
<Rule Id="CA1063" Action="Warning" /> | ||
<Rule Id="CA1064" Action="Warning" /> | ||
<Rule Id="CA1065" Action="Warning" /> | ||
<Rule Id="CA1066" Action="Warning" /> | ||
<Rule Id="CA1305" Action="None" /> | ||
<Rule Id="CA1716" Action="None" /> | ||
<Rule Id="CA1720" Action="None" /> | ||
<Rule Id="CA1725" Action="None" /> | ||
<Rule Id="CA1810" Action="Warning" /> | ||
<Rule Id="CA1820" Action="Warning" /> | ||
<Rule Id="CA1822" Action="None" /> | ||
<Rule Id="CA1849" Action="Warning" /> | ||
<Rule Id="CA2000" Action="Warning" /> | ||
<Rule Id="CA2119" Action="Warning" /> | ||
<Rule Id="CA2207" Action="Warning" /> | ||
<Rule Id="CA2217" Action="Warning" /> | ||
</Rules> | ||
<Rules AnalyzerId="System.Text.RegularExpressions.Generator" RuleNamespace="System.Text.RegularExpressions.Generator"> | ||
<Rule Id="SYSLIB1045" Action="Warning" /> | ||
</Rules> | ||
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.CSharp.NetAnalyzers"> | ||
<Rule Id="CA1508" Action="Info" /> | ||
</Rules> | ||
</RuleSet> |
Oops, something went wrong.