Loading
+9 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/dotnet/compare/2.1.1...2.2.0) (2025-12-20)


### Features

* implement mutation testing with Stryker.NET ([84c1ceb](https://gitlab.com/to-be-continuous/dotnet/commit/84c1cebf53a86024982ce3ca4b0b63d6f75445b9))
* implement SAST using security-code-scan ([7bac4fc](https://gitlab.com/to-be-continuous/dotnet/commit/7bac4fc71cb8b48d0fce98a5aaf254f33846ccf5))
* implement semgrep SAST ([ccb1be2](https://gitlab.com/to-be-continuous/dotnet/commit/ccb1be2b70c69a0c0f74f6d10e7cbcf63348858a))

## [2.1.1](https://gitlab.com/to-be-continuous/dotnet/compare/2.1.0...2.1.1) (2025-12-19)


+3 −3
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.0
    # 2: set/override component inputs
    inputs:
      test-enabled: true
@@ -43,7 +43,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/dotnet'
    ref: '2.1.1'
    ref: '2.2.0'
    file: '/templates/gitlab-ci-dotnet.yml'

variables:
@@ -112,7 +112,7 @@ You can specify multiple project directories or direct paths to solution or proj

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.0
    inputs:
      test-enabled: true

+1 −1
Original line number Diff line number Diff line
@@ -2025,7 +2025,7 @@ stages:
.dotnet-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dotnet", "2.1.1"]
      command: ["--service", "dotnet", "2.2.0"]
  before_script:
    - !reference [.dotnet-scripts]