Bump the analyzers group with 2 updates#6
Conversation
Bumps Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 5.3.0 Bumps Microsoft.CodeAnalysis.CSharp from 4.11.0 to 5.3.0 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: analyzers - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: analyzers ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@dependabot rebase |
|
Closing this PR. The bundled bump of Splitting this into two separate bumps in follow-up commits:
|
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
|
Oh no! Something went wrong on our end. Please try again later. If the problem persists, please contact GitHub support for assistance 🙇 |
…I-82) The single biggest cutover de-risk (advisor O-13 / D-11): until now NPOI<->SDK behavioral parity was maintained by hand cross-checking, with no test running the SAME scenario through BOTH engines. This harness does exactly that — each case builds via the public API, round-trips (Save->Open) through Workbook.Create()/Open() (NPOI) and Workbook.CreateOoxml()/OpenOoxml() (SDK), reads an observable projection, and asserts the two engines agree. Covers cell values/kinds, 1900/1904 dates, rich-text runs, cell styles, merges, named ranges, sheet visibility/gridlines, column width/hidden, row height/hidden, and two-cell picture anchors (FromCell/ToCell + EMU offsets). Compared SEMANTICALLY, not byte-identical XML: the engines legitimately differ on unset-axis materialization (NPOI resolves a cell that sets no number format to "General" / an unsized run to FontSize 11; the SDK preserves the inherit semantic as null — SDK-quirk #6 / lesson #10). Projections compare the axes each scenario sets and pull those defaults out, documenting the divergence rather than hiding it. Malformed-input parity (the silent-default-vs-fail-loud half) lands next, with the I-83 fail-loud alignment.
Updated Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 5.3.0.
Release notes
Sourced from Microsoft.CodeAnalysis.Analyzers's releases.
5.0.4
Release
5.0.2
Release Notes
Install Instructions
Repos
5.0.1
Release Notes
Install Instructions
Repo
4.2.0-4.22266.5
Release
4.2.0-3.22151.16
Release
4.2.0-1.22108.11
Release
4.0.0-2.21354.7
Release
4.0.0-2.21254.26
Release
4.0.0-1.21277.15
Release
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.CSharp from 4.11.0 to 5.3.0.
Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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