risk-of-thunder / R2API

A modding API for Risk of Rain 2
https://thunderstore.io/package/tristanmcpherson/R2API/
MIT License
135 stars 55 forks source link

Bump Microsoft.Unity.Analyzers from 1.13.0 to 1.15.0 #428

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.Unity.Analyzers from 1.13.0 to 1.15.0.

Release notes

Sourced from Microsoft.Unity.Analyzers's releases.

1.15.0

https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.15.0

  • Updated UNT0006 to support all OnPostprocessAllAssets overloads.
  • Added UNT0031, Asset operations in LoadAttribute method.
  • Added UNT0032, Inefficient method to set localPosition and localRotation.
  • Added UNT0033, Incorrect message case.
  • Bumped severity to Warning for UNT0033, UNT0015 and UNT0006 diagnostics.
  • Fixed inline ifs incorrectly processed by UNT0026.

1.14.0

https://www.nuget.org/packages/Microsoft.Unity.Analyzers/1.14.0

  • Added UNT0027, Prevent call to default PropertyDrawer.OnGUI() implementation.
  • Added UNT0028, Use non-allocating physics APIs.
  • Added UNT0029, Pattern matching with null on Unity objects.
  • Added UNT0030, Calling Destroy or DestroyImmediate on a Transform.
Commits
  • 7a68fa6 Promote UNT0033, UNT0015 and UNT0006 from Info to Warning severity....
  • aee89c2 Add UNT0033 Incorrect message case (#252)
  • 6c0f13a Build analyzer tests with net7, bump Language version to C# 11.0 (#250)
  • b5dab0c Fix inline ifs with UNT0026 (#249)
  • 84bf5f3 Add UNT0032: Inefficient method to set localPosition and localRotation (#246)
  • 908a203 Bump dependencies (#243)
  • a159d9e Bump Unity to 2021.3.9f1 (#241)
  • 81b4540 Add UNT0031 Asset operations in LoadAttribute method (#240)
  • d07e378 Add OnPostprocessAllAssets overload to prevent incorrect UNT0006 (#239)
  • 92a567a Bump Unity to 2021.3.7f1 LTS (#233)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #468.