This repository was archived by the owner on Aug 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
chore(deps): update nuget non-major dependencies #211
Merged
Merged
Conversation
This file contains hidden or 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
15f02d7 to
d282496
Compare
d282496 to
e885dde
Compare
7542189 to
b0ad7e2
Compare
0f5153a to
59a80b5
Compare
9325357 to
bcc0f9c
Compare
bcc0f9c to
d954b12
Compare
d954b12 to
8edc853
Compare
8edc853 to
823e48a
Compare
0f09e9d to
3cc5dde
Compare
3cc5dde to
b8e75d3
Compare
189ad7d to
7ff11a0
Compare
b5658ff to
bdb5734
Compare
909973b to
4d5cd9e
Compare
38f8afe to
04de130
Compare
6923550 to
26408d6
Compare
26408d6 to
ebeaff0
Compare
f64e4bc to
5689f5c
Compare
7fc8918 to
22e19b1
Compare
daec162 to
44e6ee9
Compare
1fde850 to
d2f3ec0
Compare
d2f3ec0 to
4483b0f
Compare
4483b0f to
735cf4d
Compare
5da2651 to
938a95d
Compare
938a95d to
addc2a7
Compare
martinothamar
approved these changes
Jun 27, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.6.3->8.6.48.6.3->8.6.40.29.2->0.30.6Release Notes
Altinn/app-lib-dotnet (Altinn.App.Api)
v8.6.4What's Changed
Breaking Changes 🛠
New Features 🎉
Authenticatedby @martinothamar in https://github.com/Altinn/app-lib-dotnet/pull/1326http.server.request.durationmetric, add client ID during enrichment by @martinothamar in https://github.com/Altinn/app-lib-dotnet/pull/1329Bugfixes 🐛
Other Changes
Full Changelog: Altinn/app-lib-dotnet@v8.6.3...v8.6.4
belav/csharpier (CSharpier.MsBuild)
v0.30.6Compare Source
What's Changed
Trailing comma is placed on new line if last enum value is followed by a comment #1429
Full Changelog: belav/csharpier@0.30.5...0.30.6
v0.30.5Compare Source
What's Changed
Extra blank line added to file each time csharpier runs on this file #1426
When a file ended in a comment and that comment had multiple blank lines before it, a new blank line was being added each time it was formatted.
// input
v0.30.4Compare Source
What's Changed
Formatting deletes
unsafemodifier #1416Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword
CSharpier keeps adding a newline every time a file is formatted #1408
In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file
Full Changelog: belav/csharpier@0.30.3...0.30.4
v0.30.3Compare Source
What's Changed
CSharpier.MsBuild doesn't fail the github action anymore #1357
The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.
Thanks go to @PetSerAl for the fix
Full Changelog: belav/csharpier@0.30.2...0.30.3
v0.30.2Compare Source
What's Changed
CSharpier.MsBuild now uses DOTNET_HOST_PATH instead of just dotnet #1387
Use current dotnet binary from DOTNET_HOST_PATH instead of just dotnet.
https://github.com/dotnet/roslyn/blob/324fd25331c969cd742ba68eee09ffd4b6fd29e3/src/Compilers/Shared/RuntimeHostInfo.cs#L61-L64
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables#dotnet_host_path
Collection expression inside a dictionary adds unexpected new line #1390
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.
Full Changelog: belav/csharpier@0.30.1...0.30.2
v0.30.1Compare Source
What's Changed
Revert tool command back to
dotnet-csharpier, it was supposed to be changed tocsharpierfor 1.0.0v0.30.0Compare Source
Breaking Changes
The CSharpier dotnet tool no longer supports net6 & net7.
What's Changed
Support C# 13 & dotnet 9. #1318
CSharpier now supports dotnet 9 along with formatting all C# 13 language features.
Inconsistent Formatting for new() Operator Compared to Explicit Object Constructors #1364
Implicit and explicit object initialization with constructors was not formatted consistently
Adds additional space before each member access in verbatim interpolated multiline string #1358
When an interpolated verbatim string contained line breaks, the code within the interpolations would contain extra spaces.
Inserting trailing comma with trailing comment causes problems. #1354
CSharpier would insert a trailing comma after a trailing comment and format the end result poorly.
Double line break before collection expression in field #1351
CSharpier was inserting an extra line break on a long field name followed by a collection expression to initialize it.
Full Changelog: belav/csharpier@0.29.2...0.30.0
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.