Skip to content

Conversation

@cbersch
Copy link
Member

@cbersch cbersch commented Oct 29, 2025

IMPORTANT

  • If the PR touches the public API, the changes have been approved in a separate issue with the "api-approved" label.
  • The code complies with the Coding Guidelines for C#.
  • The changes are covered by unit tests which follow the Arrange-Act-Assert syntax and the naming conventions such as is used in these tests.
  • If the PR adds a feature or fixes a bug, please update the release notes with a functional description that explains what the change means to consumers of this library, which are published on the website.
  • If the PR changes the public API the changes needs to be included by running AcceptApiChanges.ps1 or AcceptApiChanges.sh.
  • If the PR affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
    • Please also run ./build.sh --target spellcheck or .\build.ps1 --target spellcheck before pushing and check the good outcome

Legal checklist

  • This work is entirely original, it is not derived from any existing code incompatible with the Apache 2.0 License, like FluentAssertions.

@cbersch cbersch self-assigned this Oct 29, 2025
@cbersch cbersch added the documentation Improvements or additions to documentation label Oct 29, 2025
@cbersch cbersch requested a review from a team October 29, 2025 15:19
@sonarqubecloud
Copy link

@github-actions
Copy link

github-actions bot commented Oct 29, 2025

Test Results

    51 files  ±0      51 suites  ±0   2m 49s ⏱️ +33s
 6 221 tests ±0   6 221 ✅ ±0  0 💤 ±0  0 ❌ ±0 
38 655 runs  ±0  38 655 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 85ae7d2. ± Comparison against base commit 900ff65.

This pull request removes 10 and adds 8 tests. Note that renamed tests count towards both.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
Object name: 'GetPositionExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)
AwesomeAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)

♻️ This comment has been updated with latest results.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 18912945739

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.493%

Totals Coverage Status
Change from base Build 18888721611: 0.0%
Covered Lines: 12623
Relevant Lines: 12806

💛 - Coveralls

@cbersch cbersch merged commit 2dcd5f1 into main Oct 29, 2025
12 checks passed
@cbersch cbersch deleted the update-docs-for-9-3-0 branch October 29, 2025 15:30
This was referenced Oct 29, 2025
github-actions bot pushed a commit to saan800/saansoft-cqrs that referenced this pull request Dec 31, 2025
Updated
[AwesomeAssertions](https://github.com/AwesomeAssertions/AwesomeAssertions)
from 9.1.0 to 9.3.0.

<details>
<summary>Release notes</summary>

_Sourced from [AwesomeAssertions's
releases](https://github.com/AwesomeAssertions/AwesomeAssertions/releases)._

## 9.3.0

<!-- Release notes generated using configuration in .github/release.yml
at main -->

## What's Changed
### New features
* Add support for MSTest V4 by @​lg2de in
AwesomeAssertions/AwesomeAssertions#315
* Exclude member names by @​cbersch in
AwesomeAssertions/AwesomeAssertions#317
### Improvements
* Improve handling of tabulators in string diff visualization by
@​cbersch in
AwesomeAssertions/AwesomeAssertions#313
* Hide internal exception throwing details in stacktrace by @​cbersch in
AwesomeAssertions/AwesomeAssertions#327
### Fixes
* Fix failure message for string matching null subject by @​cbersch in
AwesomeAssertions/AwesomeAssertions#314
### Documentation
* Update docs for 9.3.0 by @​cbersch in
AwesomeAssertions/AwesomeAssertions#333
### Dependencies
* chore(deps): update dependency verify.xunit to 31.0.3 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#320
* chore(deps): update dependency meziantou.analyzer to 2.0.227 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#319
* chore(deps): update dependency nunit to 4.4.0 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#321
* chore(deps): update github/codeql-action action to v4 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#324
* chore(deps): update dependency tunit to 0.74.2 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#322
* chore(deps): update dependency cspell to v9.2.2 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#329
* chore(deps): update dependency bogus to 35.6.5 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#328
* chore(deps): update dependency meziantou.analyzer to 2.0.238 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#330
* chore(deps): update dependency verify.xunit to 31.0.5 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#331
* chore(config): migrate renovate config by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#332
### Others
* Add renovate configuration for NUnit framework tests by @​lg2de in
AwesomeAssertions/AwesomeAssertions#316

## New Contributors
* @​lg2de made their first contribution in
AwesomeAssertions/AwesomeAssertions#315

**Full Changelog**:
AwesomeAssertions/AwesomeAssertions@9.2.1...9.3.0

## 9.2.1

<!-- Release notes generated using configuration in .github/release.yml
at main -->

## What's Changed
### Improvements
* Use new string diff visualization for StringStartStrategy and
StringEndStrategy by @​tbui17 in
AwesomeAssertions/AwesomeAssertions#225
### Fixes
* Support classes nested inside generic classes by @​mat128 in
AwesomeAssertions/AwesomeAssertions#307
* Fix broken, unwanted dependency to JetBrains.Annotations by @​cbersch
in AwesomeAssertions/AwesomeAssertions#310
### Dependencies
* chore(deps): update dependency bogus to 35.6.4 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#285
* chore(deps): update dependency benchmarkdotnet to 0.15.4 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#284
* chore(deps): update dependency meziantou.analyzer to 2.0.221 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#286
* chore(deps): update dependency tunit to 0.61.39 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#287
* chore(deps): update dependency tunit to 0.61.58 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#288
* chore(deps): update dependency verify.xunit to 30.19.1 - autoclosed by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#289
* chore(deps): update dependency meziantou.analyzer to 2.0.224 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#292
* chore(deps): update dependency roslynator.analyzers to 4.14.1 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#293
* chore(deps): update dependency tunit to 0.66.13 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#294
* chore(deps): update dependency verify.xunit to 30.20.1 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#295
* chore(deps): update dependency nunit3testadapter to 5.2.0 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#296
* chore(deps): update mstest monorepo by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#297
* chore(deps): update dependency tunit to 0.70.0 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#301
* chore(deps): update dependency meziantou.analyzer to 2.0.225 -
autoclosed by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#300
* chore(deps): update dependency publicapigenerator to 11.5.0 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#302
* chore(deps): update dependency tunit to 0.70.2 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#304
* chore(deps): update dependency verify.xunit to v31 by @​renovate[bot]
in AwesomeAssertions/AwesomeAssertions#305
### Others
* Update docs for 9.2.0 by @​cbersch in
AwesomeAssertions/AwesomeAssertions#282
* Move string diff improvements to unreleased section by @​cbersch in
AwesomeAssertions/AwesomeAssertions#299

## New Contributors
* @​mat128 made their first contribution in
AwesomeAssertions/AwesomeAssertions#307

**Full Changelog**:
AwesomeAssertions/AwesomeAssertions@9.2.0...9.2.1

## 9.2.0

<!-- Release notes generated using configuration in .github/release.yml
at main -->
> [!CAUTION]
> This version is not recommended due to the following issue:
AwesomeAssertions/AwesomeAssertions#309

## What's Changed
### New features
* Add collection Contain with occurrence constraint by @​cbersch in
AwesomeAssertions/AwesomeAssertions#238
### Improvements
* Use consistent newlines in failure messages by @​cbersch in
AwesomeAssertions/AwesomeAssertions#212
* Improve string comparison visualization by @​cbersch in
AwesomeAssertions/AwesomeAssertions#215
### Fixes
* fix: string equivalency throwing erroneous whitespace exceptions when
using comparer by @​tbui17 in
AwesomeAssertions/AwesomeAssertions#221
* Fix false positive sonarqube issues by @​cbersch in
AwesomeAssertions/AwesomeAssertions#268
* Fix documentation tips formatting by @​cbersch in
AwesomeAssertions/AwesomeAssertions#274
### Documentation
* Update docs for 9.1.0 by @​cbersch in
AwesomeAssertions/AwesomeAssertions#207
* Remove obsolete question from faq by @​cbersch in
AwesomeAssertions/AwesomeAssertions#237
### Dependencies
* fix(deps): update dependency cspell to v9.1.5 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#209
* chore(deps): update dependency verify.xunit to 30.5.0 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#216
* fix(deps): update dependency cspell to v9.2.0 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#217
* chore(deps): update dependency meziantou.analyzer to 2.0.208 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#222
* chore(deps): update dependency roslynator.analyzers to 4.14.0 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#223
* chore(deps): update dependency meziantou.analyzer to 2.0.210 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#230
* chore(deps): update mstest monorepo by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#232
* chore(deps): update dependency jetbrains.annotations to v2025 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#224
* chore(deps): update mstest monorepo by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#242
* chore(deps): update dependency meziantou.analyzer to 2.0.212 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#241
* chore(deps): update dependency nunit3testadapter to 5.1.0 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#243
* chore(deps): update dependency verify.xunit to 30.6.1 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#245
* chore(deps): update dependency tunit to 0.55.6 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#244
* chore(deps): update actions/checkout action to v5 by @​renovate[bot]
in AwesomeAssertions/AwesomeAssertions#246
* chore(deps): update mstest monorepo by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#248
* chore(deps): update dependency tunit to 0.56.44 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#249
* chore(deps): update dependency verify.xunit to 30.7.3 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#250
* chore(deps): update actions/download-artifact action to v5 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#251
* chore(deps): update dependency tunit to 0.57.1 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#253
* chore(deps): update dependency meziantou.analyzer to 2.0.215 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#263
* chore(deps): update dependency tunit to 0.57.24 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#264
* fix(deps): update dependency cspell to v9.2.1 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#266
* chore(deps): update dependency verify.xunit to 30.11.0 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#267
* chore(deps): update mstest monorepo by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#265
* chore(deps): update dependency meziantou.analyzer to 2.0.220 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#276
* chore(deps): update dependency benchmarkdotnet to 0.15.3 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#275
* chore(deps): update dependency tunit to 0.61.13 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#278
* chore(deps): update dependency newtonsoft.json to 13.0.4 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#277
* chore(deps): update dependency verify.xunit to 30.18.0 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#279
* chore(deps): update actions/setup-dotnet action to v5 by
@​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#280
* chore(deps): update dependency tunit to 0.61.22 by @​renovate[bot] in
AwesomeAssertions/AwesomeAssertions#281
### Others
 ... (truncated)

Commits viewable in [compare
view](AwesomeAssertions/AwesomeAssertions@9.1.0...9.3.0).
</details>

Updated
[coverlet.collector](https://github.com/coverlet-coverage/coverlet) from
6.0.2 to 6.0.4.

<details>
<summary>Release notes</summary>

_Sourced from [coverlet.collector's
releases](https://github.com/coverlet-coverage/coverlet/releases)._

## 6.0.4

### Fixed
- Fix empty coverage report when using include and exclude filters
[#​1726](coverlet-coverage/coverlet#1726)

[Diff between 6.0.3 and
6.0.4](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

## 6.0.3

### Fixed
- Fix RuntimeConfigurationReader to support self-contained builds
[#​1705](coverlet-coverage/coverlet#1705) by
https://github.com/pfeigl
- Fix inconsistent filenames with UseSourceLink after .NET 8
[#​1679](coverlet-coverage/coverlet#1679)
- Fix hanging tests
[#​989](coverlet-coverage/coverlet#989)
- Fix coverlet instrumentation becomes slow after installing dotnet sdk
8.0.200
[#​1620](coverlet-coverage/coverlet#1620)
- Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time
[#​1649](coverlet-coverage/coverlet#1649)
- Fix Unable to instrument module - NET 8
[#​1631](coverlet-coverage/coverlet#1631)
- Fix slow modules filtering process
[#​1646](coverlet-coverage/coverlet#1646) by
https://github.com/BlackGad
- Fix incorrect coverage await using in generic method
[#​1490](coverlet-coverage/coverlet#1490)

### Improvements
- Cache the regex used in InstrumentationHelper
[#​1693](coverlet-coverage/coverlet#1693)
- Enable dotnetTool integration tests for linux
[#​660](coverlet-coverage/coverlet#660)

[Diff between 6.0.2 and
6.0.3](coverlet-coverage/coverlet@v6.0.2...v6.0.3)

Commits viewable in [compare
view](coverlet-coverage/coverlet@v6.0.2...v6.0.4).
</details>

Updated
[coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from
6.0.2 to 6.0.4.

<details>
<summary>Release notes</summary>

_Sourced from [coverlet.msbuild's
releases](https://github.com/coverlet-coverage/coverlet/releases)._

## 6.0.4

### Fixed
- Fix empty coverage report when using include and exclude filters
[#​1726](coverlet-coverage/coverlet#1726)

[Diff between 6.0.3 and
6.0.4](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

## 6.0.3

### Fixed
- Fix RuntimeConfigurationReader to support self-contained builds
[#​1705](coverlet-coverage/coverlet#1705) by
https://github.com/pfeigl
- Fix inconsistent filenames with UseSourceLink after .NET 8
[#​1679](coverlet-coverage/coverlet#1679)
- Fix hanging tests
[#​989](coverlet-coverage/coverlet#989)
- Fix coverlet instrumentation becomes slow after installing dotnet sdk
8.0.200
[#​1620](coverlet-coverage/coverlet#1620)
- Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time
[#​1649](coverlet-coverage/coverlet#1649)
- Fix Unable to instrument module - NET 8
[#​1631](coverlet-coverage/coverlet#1631)
- Fix slow modules filtering process
[#​1646](coverlet-coverage/coverlet#1646) by
https://github.com/BlackGad
- Fix incorrect coverage await using in generic method
[#​1490](coverlet-coverage/coverlet#1490)

### Improvements
- Cache the regex used in InstrumentationHelper
[#​1693](coverlet-coverage/coverlet#1693)
- Enable dotnetTool integration tests for linux
[#​660](coverlet-coverage/coverlet#660)

[Diff between 6.0.2 and
6.0.3](coverlet-coverage/coverlet@v6.0.2...v6.0.3)

Commits viewable in [compare
view](coverlet-coverage/coverlet@v6.0.2...v6.0.4).
</details>

Updated [xunit](https://github.com/xunit/xunit) from 2.9.2 to 2.9.3.

<details>
<summary>Release notes</summary>

_Sourced from [xunit's
releases](https://github.com/xunit/xunit/releases)._

No release notes found for this version range.

Commits viewable in [compare
view](https://github.com/xunit/xunit/commits).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants