Bump the nuget group with 15 updates by dependabot[bot] · Pull Request #1318 · Tyrrrz/DiscordChatExporter (original) (raw)

Bumps the nuget group with 16 updates:

Package From To
CSharpier.MsBuild 0.29.2 0.30.2
FluentAssertions 6.12.1 6.12.2
Microsoft.Extensions.Configuration 8.0.0 9.0.0
Microsoft.Extensions.Configuration.EnvironmentVariables 8.0.0 9.0.0
Microsoft.Extensions.Configuration.UserSecrets 8.0.1 9.0.0
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
Deorcify 1.0.2 1.1.0
AsyncKeyedLock 7.0.2 7.1.4
Polly 8.4.2 8.5.0
YoutubeExplode 6.4.3 6.4.4
Avalonia 11.2.0 11.2.2
Avalonia.Desktop 11.2.0 11.2.2
Avalonia.Diagnostics 11.2.0 11.2.2
Avalonia 11.2.0 11.1.0
Material.Avalonia 3.7.4 3.8.0
Microsoft.Extensions.DependencyInjection 8.0.1 9.0.0

Updates CSharpier.MsBuild from 0.29.2 to 0.30.2

Release notes

Sourced from CSharpier.MsBuild's releases.

0.30.2

What's Changed

Collection expression inside a dictionary adds unexpected new line #1390

// input & expected output Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] }, }; // 0.30.1 Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] },

};

Failed syntax tree validation reported when trailing comma added before a trailing comment #1388

With the following code, CSharpier will add a trailing comma before the trailing comment.
CSharpier's syntax tree validation was incorrectly reporting this as a failure.

// input var someObject = new SomeObject() { Property1 = 1, Property2 = 2 // Trailing Comment }; // output var someObject = new SomeObject() { Property1 = 1, Property2 = 2, // Trailing Comment };

0.30.0

Breaking Changes

... (truncated)

Changelog

Sourced from CSharpier.MsBuild's changelog.

# 0.30.2

What's Changed

Collection expression inside a dictionary adds unexpected new line #1390

// input & expected output Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] }, }; // 0.30.1 Dictionary<string, string[]> dictionary = new() { { "Key", [ "SomeValue__________________________________________", "SomeValue__________________________________________", ] },

};

Failed syntax tree validation reported when trailing comma added before a trailing comment #1388

With the following code, CSharpier will add a trailing comma before the trailing comment.
CSharpier's syntax tree validation was incorrectly reporting this as a failure.

// input var someObject = new SomeObject() { Property1 = 1, Property2 = 2 // Trailing Comment }; // output var someObject = new SomeObject() { Property1 = 1, Property2 = 2, // Trailing Comment };

Full Changelog: belav/csharpier@0.30.1...0.30.2

0.30.1

... (truncated)

Commits

Updates FluentAssertions from 6.12.1 to 6.12.2

Release notes

Sourced from FluentAssertions's releases.

6.12.2

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

Commits

Updates Microsoft.Extensions.Configuration from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Configuration from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Configuration.EnvironmentVariables from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Configuration from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits