-
Notifications
You must be signed in to change notification settings - Fork 4
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 #294 from nils-a/release/1.5.0
Release/1.5.0
- Loading branch information
Showing
45 changed files
with
1,520 additions
and
116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
codecov: | ||
notify: | ||
require_ci_to_pass: no | ||
|
||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "75...100" | ||
status: | ||
project: | ||
default: | ||
target: 80% | ||
threshold: 3% | ||
patch: | ||
default: | ||
target: 80% | ||
threshold: 3% |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ on: | |
jobs: | ||
analyze: | ||
name: Analyze | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-22.04 | ||
|
||
strategy: | ||
fail-fast: false | ||
|
@@ -30,10 +30,16 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
5.0 | ||
8.0 | ||
- name: Cache Tools | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -46,7 +52,7 @@ jobs: | |
with: | ||
languages: ${{ matrix.language }} | ||
# If you wish to specify custom queries, you can do so here or in a config file. | ||
# By default, queries listed here will override any specified in a config file. | ||
# By default, queries listed here will override any specified in a config file. | ||
# Prefix the list here with "+" to use these queries and those in the config file. | ||
# queries: ./path/to/local/query, your-org/your-repo/queries@main | ||
|
||
|
@@ -58,4 +64,4 @@ jobs: | |
cake-version: 1.3.0 | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v2 | ||
uses: github/codeql-action/analyze@v2 |
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,3 +1,4 @@ | ||
{ | ||
"powershell.codeFormatting.addWhitespaceAroundPipe": true | ||
"powershell.codeFormatting.addWhitespaceAroundPipe": true, | ||
"markdown.extension.toc.updateOnSave": false | ||
} |
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 |
---|---|---|
@@ -0,0 +1,129 @@ | ||
--- | ||
Title: Target Frameworks | ||
--- | ||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
## Table of Contents | ||
|
||
- [Goals](#goals) | ||
- [Provided packages](#provided-packages) | ||
- [Cake v1.0](#cake-v10) | ||
- [Cake v2.0.0](#cake-v200) | ||
- [Cake v3.0.0](#cake-v300) | ||
- [Related rules](#related-rules) | ||
- [Usage](#usage) | ||
- [Settings](#settings) | ||
- [Cake Version](#cake-version) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
## Goals | ||
|
||
When an addin/module references a package that is also provided by Cake at runtime, | ||
the version the addin/module references should match the version provided by Cake. | ||
Also, the reference of the package in the addin/module should be set as private assets. | ||
|
||
### Provided packages | ||
|
||
#### Cake v1.0 | ||
|
||
| Reference | Version | | ||
| ---------------------------------------- | ------------- | | ||
| Autofac | 6.1.0 | | ||
| Microsoft.CodeAnalysis.CSharp.Scripting | 3.9.0-1.final | | ||
| Microsoft.CSharp | 4.7.0 | | ||
| Microsoft.DotNet.PlatformAbstractions | 3.1.6 | | ||
| Microsoft.Extensions.DependencyInjection | 5.0.1 | | ||
| Microsoft.NETCore.Platforms | 5.0.0 | | ||
| Microsoft.Win32.Registry | 5.0.0 | | ||
| Newtonsoft.Json | 12.0.3 | | ||
| NuGet.Common | 5.8.0 | | ||
| NuGet.Frameworks | 5.8.0 | | ||
| NuGet.Packaging | 5.8.0 | | ||
| NuGet.Protocol | 5.8.0 | | ||
| NuGet.Resolver | 5.8.0 | | ||
| NuGet.Versioning | 5.8.0 | | ||
| System.Collections.Immutable | 5.0.0 | | ||
| System.Reflection.Metadata | 5.0.0 | | ||
| xunit | 2.4.1 | | ||
|
||
#### Cake v2.0.0 | ||
|
||
| Reference | Version | | ||
| ---------------------------------------- | ------- | | ||
| Autofac | 6.3.0 | | ||
| Microsoft.CodeAnalysis.CSharp.Scripting | 4.0.1 | | ||
| Microsoft.CSharp | 4.7.0 | | ||
| Microsoft.DotNet.PlatformAbstractions | 3.1.6 | | ||
| Microsoft.Extensions.DependencyInjection | 6.0.0 | | ||
| Microsoft.NETCore.Platforms | 6.0.0 | | ||
| Microsoft.Win32.Registry | 5.0.0 | | ||
| Newtonsoft.Json | 13.0.1 | | ||
| NuGet.Common | 5.11.0 | | ||
| NuGet.Frameworks | 5.11.0 | | ||
| NuGet.Packaging | 5.11.0 | | ||
| NuGet.Protocol | 5.11.0 | | ||
| NuGet.Resolver | 5.11.0 | | ||
| NuGet.Versioning | 5.11.0 | | ||
| System.Collections.Immutable | 6.0.0 | | ||
| System.Reflection.Metadata | 6.0.0 | | ||
| xunit | 2.4.1 | | ||
|
||
#### Cake v3.0.0 | ||
|
||
| Reference | Version | | ||
| ---------------------------------------- | ------------- | | ||
| Autofac | 6.4.0 | | ||
| Microsoft.CodeAnalysis.CSharp.Scripting | 4.4.0-4.final | | ||
| Microsoft.CSharp | 4.7.0 | | ||
| Microsoft.Extensions.DependencyInjection | 7.0.0 | | ||
| Microsoft.NETCore.Platforms | 7.0.0 | | ||
| Microsoft.Win32.Registry | 5.0.0 | | ||
| Newtonsoft.Json | 13.0.1 | | ||
| NuGet.Common | 6.3.1 | | ||
| NuGet.Frameworks | 6.3.1 | | ||
| NuGet.Packaging | 6.3.1 | | ||
| NuGet.Protocol | 6.3.1 | | ||
| NuGet.Resolver | 6.3.1 | | ||
| NuGet.Versioning | 6.3.1 | | ||
| System.Collections.Immutable | 7.0.0 | | ||
| System.Reflection.Metadata | 7.0.0 | | ||
| xunit | 2.4.2 | | ||
|
||
#### Cake v4.0 | ||
|
||
| Reference | Version | | ||
| ---------------------------------------- | ------------- | | ||
| Autofac | 7.1.0 | | ||
| Microsoft.CodeAnalysis.CSharp.Scripting | 4.8.0-3.final | | ||
| Microsoft.CSharp | 4.7.0 | | ||
| Microsoft.Extensions.DependencyInjection | 8.0.0 | | ||
| Microsoft.NETCore.Platforms | 7.0.4 | | ||
| Microsoft.Win32.Registry | 5.0.0 | | ||
| Newtonsoft.Json | 13.0.3 | | ||
| NuGet.Common | 6.7.0 | | ||
| NuGet.Frameworks | 6.7.0 | | ||
| NuGet.Packaging | 6.7.0 | | ||
| NuGet.Protocol | 6.7.0 | | ||
| NuGet.Resolver | 6.7.0 | | ||
| NuGet.Versioning | 6.7.0 | | ||
| System.Collections.Immutable | 8.0.0 | | ||
| System.Reflection.Metadata | 8.0.0 | | ||
| xunit | 2.6.1 | | ||
|
||
## Related rules | ||
|
||
* [CCG0010](../rules/ccg0010) | ||
|
||
These rules are only applied for [project types](../settings#projecttype) `addin` and `module`. | ||
|
||
## Usage | ||
|
||
Using this package automatically enables this guideline. | ||
|
||
## Settings | ||
|
||
### Cake Version | ||
|
||
<?! Include "../settings/fragments/OverrideCakeVersion.md" /?> |
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
Oops, something went wrong.