Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updated AWSSDK.Core from 4.0.0.16 to 4.0.0.19.

Release notes

Sourced from AWSSDK.Core's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated CSharpier.Core from 1.0.3 to 1.1.1.

Release notes

Sourced from CSharpier.Core's releases.

1.1.1

What's Changed

Unhandled exception: System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string. (Parameter 'startIndex') #​1673

CSharpier was throwing an exception when formating a directory contained a file without an extension.

1.1.0

What's Changed

.gitignore from parent folders impacts formatting of children #​1627

CSharpier will no longer consider .gitignore files located above the root of the current git repository.

Changes to stdin formatting #​288 #​1657

There is a new option --stdin-filepath that is used to specify the filepath CSharpier should use for resolving options and ignore files.
When no path is specified via stdin-path

  • No ignore files are considered.
  • The current directory is considered when locating options
  • The file is assumed to be c# unless the first non-whitespace character is < in which case it is assumed to be xml.

Support for C# 14 and .NET 10 #​1654 #​1646

Changes were required to support the following

  • Extension Declarations
  • File level directives in file based C# Apps

Support --ignore-path CLI option #​1585

It is now possible to specify the path to an ignore file

dotnet csharpier format . --ignore-path .config/.csharpierignore

Format xaml and slnx by default #​1628 #​1604

CSharpier now formats xaml and slnx by default without the need for configuration changes.

XML formatting is not taking into account EOL configuration on multiline comments #​1660

When formatting the following XML, CSharpier would always use the system system default for ending lines within the comment instead of the respecting the configured EOL setting.

<Element>
  <!--
  Comment with EOL
  -->
</Element>

Error when no read access to intermediate containing folder #​1656

In the case that CSharpier had access to a sub directory but not the parent of that sub directory, it was failing with an exception. That has been resolved.

Misleading message after "csharpier check" #​1645

Previously the format and check commands both used the same output message. The check command now correctly reports that it checked files and did not format them.

# 1.0.3
dotnet csharpier check .
Formatted 13226 files in 21986ms.

# 1.1.0
dotnet csharpier check .
Checked 13226 files in 21986ms.

Multiline collection expressions should not be indented #​1635

CSharpier now formats collection expressions consistently when they are in a property

// input & expected output
public class ClassName
{
    public SomeObject LongValue = new
 ... (truncated)

Commits viewable in [compare view](https://github.com/belav/csharpier/compare/1.0.3...1.1.1).
</details>

Updated [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations.git2) from 2024.3.0 to 2025.2.0.

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

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

No release notes found for this version range.

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

Updated [NSwag.Core](https://github.com/RicoSuter/NSwag) from 14.4.0 to 14.5.0.

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

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

## 14.5.0

## What's Changed

* Better support for reading yaml from a stream by @​simonthum in https://github.com/RicoSuter/NSwag/pull/5170
* #​4821 Cleanup packages to use those provided by framework by @​thompson-tomo in https://github.com/RicoSuter/NSwag/pull/4831
* Set GH actions target .NET SDK to 9.0.204 by @​lahma in https://github.com/RicoSuter/NSwag/pull/5172
* Better support for reading yaml from a stream (part two) by @​simonthum in https://github.com/RicoSuter/NSwag/pull/5171
* Avoid multiple enumeration of array typed path parameters by @​Khyalis in https://github.com/RicoSuter/NSwag/pull/5149
* Restores all disabled compiler warnings. 649 and 8765 were missing. by @​carlbjorknas in https://github.com/RicoSuter/NSwag/pull/4962
* Fix to explode array parameters implicitly when SchemaType is OpenAPI 3.0 by @​Phoosha in https://github.com/RicoSuter/NSwag/pull/5176
* Adding cancellationToken to all calls to ReadAsStringAsync() and ReadAsStreamAsync() by @​arshrp in https://github.com/RicoSuter/NSwag/pull/5187
* Remove requirement for specific NET SDK in GH Actions by @​lahma in https://github.com/RicoSuter/NSwag/pull/5188
* Adjusted cancellationToken to work for all NSwag supported frameworks by @​arshrp in https://github.com/RicoSuter/NSwag/pull/5190
* Allow setting of the client interface access modifier based on the model access modifier by @​pbolduc in https://github.com/RicoSuter/NSwag/pull/4820
* Prioritize wildcard over json over first entry for accept content-type by @​mdi1984 in https://github.com/RicoSuter/NSwag/pull/5198
* Reduce interface dispatch to improve performance by @​lahma in https://github.com/RicoSuter/NSwag/pull/5199
* Surface ExtensionData in CSharpControllerTemplateModel by @​hirudan in https://github.com/RicoSuter/NSwag/pull/5204
* Expose the UseRequiredKeyword on CSharpClientGeneratorSettings for CSharp client generator by @​r-englund in https://github.com/RicoSuter/NSwag/pull/5205
* Fix to expose an optional param for AbortSignal (for axios) / CancelToken (for fetch) when GenerateClientInterfaces = true by @​tomvdk in https://github.com/RicoSuter/NSwag/pull/5202
* Sort client operation responses by status code by @​lahma in https://github.com/RicoSuter/NSwag/pull/5206
* TSC UpdateUseDtoClassAndDataConversionCodeProperties cleanup by @​lahma in https://github.com/RicoSuter/NSwag/pull/5212
* Update Microsoft.AspNetCore.* references to target 2.3.0 by @​lahma in https://github.com/RicoSuter/NSwag/pull/5214
* Convert to using Central Package Management by @​lahma in https://github.com/RicoSuter/NSwag/pull/5217
* Convert NSwagStudio setup to use WiX 6 by @​lahma in https://github.com/RicoSuter/NSwag/pull/5218
* Add support for TypeScript compilation testing by @​lahma in https://github.com/RicoSuter/NSwag/pull/5219
* Replace TypeScript string contain asserts with Verify tests by @​lahma in https://github.com/RicoSuter/NSwag/pull/5220
* Replace C# string contain asserts with Verify tests by @​lahma in https://github.com/RicoSuter/NSwag/pull/5221
* Remove deprecated tslint suppression by @​CaringDev in https://github.com/RicoSuter/NSwag/pull/5020
* Fix empty enumerable parameter handling in C# client by @​lahma in https://github.com/RicoSuter/NSwag/pull/5222
* Fix: C# Code Generation generates method with return default(void) by @​nzeemin in https://github.com/RicoSuter/NSwag/pull/4826
* Optimize DefaultParameterNameGenerator and add some more char cleanup by @​lahma in https://github.com/RicoSuter/NSwag/pull/5223
* Convert more tests to use verify by @​lahma in https://github.com/RicoSuter/NSwag/pull/5224
* Convert to xUnit v3 by @​lahma in https://github.com/RicoSuter/NSwag/pull/5225
* Ensure operation names start with alphanumeric character by @​lahma in https://github.com/RicoSuter/NSwag/pull/5227
* Change GenerateSampleSpecificationTests to auto verify mode by @​lahma in https://github.com/RicoSuter/NSwag/pull/5228
* Show DisplayName for conflicting actions by @​Saibamen in https://github.com/RicoSuter/NSwag/pull/5057
* Fix: When generated TS class name is "Error", it is conflicting with TS Error class by @​doruk-info in https://github.com/RicoSuter/NSwag/pull/5032
* Update NJsonSchema to 11.4.0, update testsuite to reflect a change in class name generation by @​WolfgangHG in https://github.com/RicoSuter/NSwag/pull/5177
* Improve nswag.js parameter handling by @​KaterSchnurz in https://github.com/RicoSuter/NSwag/pull/5232
* Use TypeScript 4.3 as default testing version by @​lahma in https://github.com/RicoSuter/NSwag/pull/5234
* v14.5.0 by @​RicoSuter in https://github.com/RicoSuter/NSwag/pull/5236

## New Contributors

* @​simonthum made their first contribution in https://github.com/RicoSuter/NSwag/pull/5170
* @​thompson-tomo made their first contribution in https://github.com/RicoSuter/NSwag/pull/4831
* @​Khyalis made their first contribution in https://github.com/RicoSuter/NSwag/pull/5149
* @​carlbjorknas made their first contribution in https://github.com/RicoSuter/NSwag/pull/4962
* @​Phoosha made their first contribution in https://github.com/RicoSuter/NSwag/pull/5176
* @​arshrp made their first contribution in https://github.com/RicoSuter/NSwag/pull/5187
* @​pbolduc made their first contribution in https://github.com/RicoSuter/NSwag/pull/4820
 ... (truncated)

Commits viewable in [compare view](https://github.com/RicoSuter/NSwag/compare/v14.4.0...v14.5.0).
</details>

You can trigger a rebase of this PR 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps AWSSDK.Core from 4.0.0.16 to 4.0.0.19
Bumps CSharpier.Core from 1.0.3 to 1.1.1
Bumps JetBrains.Annotations from 2024.3.0 to 2025.2.0
Bumps NSwag.Core from 14.4.0 to 14.5.0

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-version: 4.0.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: CSharpier.Core
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: JetBrains.Annotations
  dependency-version: 2025.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: NSwag.Core
  dependency-version: 14.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Aug 4, 2025
@dependabot dependabot bot added the dependabot label Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant