chore(deps): update nuget non-major dependencies (app) (minor) #17102
+4
−4
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.4->8.8.38.6.4->8.8.31.0.2->1.2.11.0.2->1.2.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Altinn/app-lib-dotnet (Altinn.App.Api)
v8.8.3What's Changed
Bugfixes 🐛
Full Changelog: Altinn/app-lib-dotnet@v8.8.2...v8.8.3
v8.8.2What's Changed
Bugfixes 🐛
Dependency Upgrades 📦
Other Changes
Full Changelog: Altinn/app-lib-dotnet@v8.8.1...v8.8.2
v8.8.1What's Changed
Other Changes
Full Changelog: Altinn/app-lib-dotnet@v8.8.0...v8.8.1
v8.8.0What's Changed
New Features 🎉
Bugfixes 🐛
AuthenticationMethodsupport inIInstanceDataAccessorby @danielskovli in #1472Dependency Upgrades 📦
8f4ced9by @renovate[bot] in #13873cef193by @renovate[bot] in #1388cd6c810by @renovate[bot] in #1392192325cby @renovate[bot] in #1440Other Changes
Full Changelog: Altinn/app-lib-dotnet@v8.7.2...v8.8.0
v8.7.2What's Changed
Dependency Upgrades 📦
Other Changes
AuthenticationMethodsupport inIInstanceDataAccessorby @github-actions[bot] in #1475Full Changelog: Altinn/app-lib-dotnet@v8.7.1...v8.7.2
v8.7.1What's Changed
Bugfixes 🐛
filenameinContent-Dispositionheader as 400 bad request instead of 500 internal server errors (#1450) by @martinothamar in #1453Full Changelog: Altinn/app-lib-dotnet@v8.7.0...v8.7.1
v8.7.0What's Changed
New Features 🎉
Bugfixes 🐛
Dependency Upgrades 📦
26a8e9cby @renovate[bot] in #1316181d5eeby @renovate[bot] in #137857c3bf9by @renovate[bot] in #13797737449by @renovate[bot] in #140051f7732by @renovate[bot] in #13990400d5fby @renovate[bot] in #143008eba0bby @renovate[bot] in #1431Other Changes
ProducesResponseTypeattributes on controller endpoints by @martinothamar in #1397Full Changelog: Altinn/app-lib-dotnet@v8.6.4...v8.7.0
v8.6.6What's Changed
Dependency Upgrades 📦
Full Changelog: Altinn/app-lib-dotnet@v8.6.5...v8.6.6
v8.6.5What's Changed
Dependency Upgrades 📦
Full Changelog: Altinn/app-lib-dotnet@v8.6.4...v8.6.5
belav/csharpier (CSharpier.MsBuild)
v1.2.1Compare Source
What's Changed
Multiline comments are now formatted in a single line in XML format #1747
The 1.2.0 release was combining xml comments into a single line.
Full Changelog: belav/csharpier@1.2.0...1.2.1
v1.2.0Compare Source
What's Changed
Custom XML Parser #1679
CSharpier now has a custom xml parser.
XmlDocumentandXDocumentdo not provide the original white space or the original attribute values from the file that was parsed which blocked the ability to implement supporting keeping empty new lines and not automatically encoding attributes.Support for keeping empty lines in xml files #1599
CSharpier now supports keeping a single empty line between elements in xml files. It will remove any initial or trailing empty lines.
Xml - don't automatically encode attribute values #1610
CSharpier will no longer encode attribute values. It will leave them encoded if they are supplied that way.
Add option to all integrations to report incorrect formatting as a warning instead of error #1687
Formatting "using" import split on multiple lines requires formatting it twice to get the expected result #1698
When a using contained a newline before the namespace it was not being sorted properly.
An empty line is inserted in lambda #1694
CSharpier was inserting an extra blank line in some situations with a lambda and a collection expression
Indent .ThenInclude() for clearer navigation hierarchy in EF Core queries #1602
CSharpier now treats
.ThenIncludeas a special case to improve formatting of EF queriesInconsistent indentation between
isand other operators #1601Pattern operators were being indented inconsistently with other operators. The formatting is now more consistent
Error when formatting with an indent size <= 0 #1741
Previously csharpier would attempt to format code when indent size was set to 0. This was not intentional and had a number of bugs. CSharpier now error out when encountering an indent size of 0
Fix condition causing FirstTargetFramework build property erasure #1696
In some situations CSharpier.Msbuild was running into a build failure.
Full Changelog: belav/csharpier@1.1.2...1.2.0
v1.1.2Compare Source
What's Changed
Inconsistencies with null-coalescing wrapping on method chains #1573
On longer method chains, depending on the exact chain a null coalescing expression wouldn't always be preceded by a new line.
Full Changelog: belav/csharpier@1.1.1...1.1.2
v1.1.1Compare Source
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.
Full Changelog: belav/csharpier@1.1.1...1.1.1
v1.1.0Compare Source
What's Changed
.gitignore from parent folders impacts formatting of children #1627
CSharpier will no longer consider
.gitignorefiles located above the root of the current git repository.Changes to stdin formatting #288 #1657
There is a new option
--stdin-filepaththat is used to specify the filepath CSharpier should use for resolving options and ignore files.When no path is specified via
stdin-path<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
Support --ignore-path CLI option #1585
It is now possible to specify the path to an ignore file
dotnet csharpier format . --ignore-path .config/.csharpierignoreFormat xaml and slnx by default #1628 #1604
CSharpier now formats
xamlandslnxby 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.
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
formatandcheckcommands both used the same output message. Thecheckcommand now correctly reports that it checked files and did not format them.v1.0.3Compare Source
dotnet csharpier check .
Formatted 13226 files in 21986ms.
Configuration
📅 Schedule: Branch creation - "" 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.