Bump the nuget group across 1 directory with 8 updates #212
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.
Bumps the nuget group with 8 updates in the /GitHubIssueFormsParser directory:
2.0.172
2.0.179
17.11.20
17.12.19
5.1.0
5.3.0
4.12.8
4.12.9
4.12.8
4.12.9
4.12.8
4.12.9
1.16.0
1.17.0
16.1.3
16.2.0
Updates
Meziantou.Analyzer
from 2.0.172 to 2.0.179Release notes
Sourced from Meziantou.Analyzer's releases.
Commits
970347a
Fix folder cache to reduce flakiness (#769)f807685
Update .NET SDK 9.0 (#768)4975e3b
Detect DataClassificationAttribute on containing type32732ae
MA0151 handles backslashs in expressions7c884cf
Check documentation on CI (#765)7854071
Simplify AvoidUsingRedundantElseAnalyzer (#763)4812886
Add codefixer to convert a string to an interpolated string3b050d1
Disable more IDE0058Updates
Microsoft.VisualStudio.Threading.Analyzers
from 17.11.20 to 17.12.19Commits
Updates
NSubstitute
from 5.1.0 to 5.3.0Release notes
Sourced from NSubstitute's releases.
... (truncated)
Changelog
Sourced from NSubstitute's changelog.
Commits
45e00e3
Prep 5.3.0 release (#836)cc73901
Release build workflow (#797)4d258a2
Feature: Enable call forwarding and substitution for non virtual methods or...b8b0184
Added csharp_style_prefer_primary_constructors into editorconfig (#819)73818a6
Unable to match arguments whose type is generic, when their concrete type is ...da82bc5
Merge pull request #813 from mihnea-radulescu/bug/issue-788-Raise-EventWith-d...2ce4d66
Replaced Obsolete attributes in WhenCalled<T> with doc comments.0c0d798
When(...).Throws gives a CouldNotSetReturnDueToNoLastCallException (#803)4bd429e
Updated event raising logic to only allow internal default constructorsee276f3
Merge branch 'main' into bug/issue-788-Raise-EventWith-default-constructorUpdates
Roslynator.Analyzers
from 4.12.8 to 4.12.9Release notes
Sourced from Roslynator.Analyzers's releases.
Changelog
Sourced from Roslynator.Analyzers's changelog.
Commits
8c69b9e
Release 4.12.9 (#1573)702b9f7
Fix analyzer RCS1124 - Do not cast if not necessary (#1572)55f220e
[CLI] Fix command generate-doc (#1570)f4e77da
[CLI] Fix command generate-doc (#1568)28bd21d
Fix analyzer RCS1090 - Check ConfigureAwait argument value (#1566)6153c9e
[CLI] Fix command generate-doc - handle <para> tags (#1565)ea6971e
Update analyzer RCS1077 - Remove suggestion to change FirstOrDefault to Find ...c37e24e
Use Ubuntu 24.04 (#1561)Updates
Roslynator.CodeAnalysis.Analyzers
from 4.12.8 to 4.12.9Release notes
Sourced from Roslynator.CodeAnalysis.Analyzers's releases.
Changelog
Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.
Commits
8c69b9e
Release 4.12.9 (#1573)702b9f7
Fix analyzer RCS1124 - Do not cast if not necessary (#1572)55f220e
[CLI] Fix command generate-doc (#1570)f4e77da
[CLI] Fix command generate-doc (#1568)28bd21d
Fix analyzer RCS1090 - Check ConfigureAwait argument value (#1566)6153c9e
[CLI] Fix command generate-doc - handle <para> tags (#1565)ea6971e
Update analyzer RCS1077 - Remove suggestion to change FirstOrDefault to Find ...c37e24e
Use Ubuntu 24.04 (#1561)Updates
Roslynator.Formatting.Analyzers
from 4.12.8 to 4.12.9Release notes
Sourced from Roslynator.Formatting.Analyzers's releases.
Changelog
Sourced from Roslynator.Formatting.Analyzers's changelog.
Commits
8c69b9e
Release 4.12.9 (#1573)702b9f7
Fix analyzer RCS1124 - Do not cast if not necessary (#1572)55f220e
[CLI] Fix command generate-doc (#1570)f4e77da
[CLI] Fix command generate-doc (#1568)28bd21d
Fix analyzer RCS1090 - Check ConfigureAwait argument value (#1566)6153c9e
[CLI] Fix command generate-doc - handle <para> tags (#1565)ea6971e
Update analyzer RCS1077 - Remove suggestion to change FirstOrDefault to Find ...c37e24e
Use Ubuntu 24.04 (#1561)Updates
xunit.analyzers
from 1.16.0 to 1.17.0Commits
5a44381
v1.17.0d25b3a4
Update xUnit1010 to trigger when a negative integral value is passed to an un...51a32ce
Incorrect message replacement for xUnit2032cf7f210
Update xUnit2018 fixer to use exactMatch (when supported) instead of swapping...6b8347c
Update xUnit2018 to vary its message based on whether assertion library suppo...350ab93
Add xUnit2032 to soft-deprecate Assert.IsAssignableFromc707020
Rename XunitContext.ForV2Core to .ForV2, since this is the standard reference...99947a9
Update xUnit2007 for the new IsType/IsNotType overloads with exact match flag17d74da
Update xUnit2018 for the new IsType/IsNotType overloads with exact match flag6455d4a
Fix package download issue in CI?Updates
YamlDotNet
from 16.1.3 to 16.2.0Release notes
Sourced from YamlDotNet's releases.
Commits
9a977ef
Merge pull request #990 from filzrev/perf-optimize-parse-numbers9495afa
Merge pull request #992 from filzrev/fix-json-number-serializationd2128b2
Merge pull request #998 from nahk-ivanov/alexiva/fix-json-utf321055eb7
Merge pull request #1003 from ChristopherMann/yaml-converter-override2eb9023
Support YamlConverterAttribute in attribute overrides9f39f57
chore: remove incorrect comment7333635
Address comments6c26d5c
Fix JSON serialization for UTF-32 characters.eb37834
fix: floating-point number serialization issue for non-normal values2d369d5
chore: modify code that is pointed out in the code reviewDependabot 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 commands and options
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