Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump PolySharp from 1.8.1 to 1.10.0 #139

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps PolySharp from 1.8.1 to 1.10.0.

Release notes

Sourced from PolySharp's releases.

1.10.0

This release includes better support for multi-targeting scenarios.

✅ Bug fixes

  • Automatically generate [TypeForwardsTo] declarations when needed

⚙️ Options

  • "PolySharpExcludeTypeForwardedToDeclarations": never generates any [TypeForwardedTo] declarations

💥 Breaking changes

  • Rename [UnmanagedCallersOnly] setting to "PolySharpUseInteropServices2NamespaceForUnmanagedCallersOnlyAttribute"
  • The [UnmanagedCallersOnly] setting no longer also generates the global using UnmanagedCallersOnlyAttribute type alias

1.9.0

This PolySharp release includes a new MSBuild options to help in multi-targeting scenarios.

⚙️ Options

  • "PolySharpUseTypeAliasForUnmanagedCallersOnlyAttribute": uses a type alias for [UnmanagedCallersOnly].

🚀 Optimizations

  • The source generator is now faster and uses less memory

1.8.3

This release just includes bug fixes for .NET Framework 3.5.

✅ Bug fixes

1.8.2

This release just includes bug fixes for .NET Framework 3.5.

✅ Bug fixes

Commits
  • db53c4a Merge pull request #42 from Sergio0694/dev/multi-targeting-fixes
  • 6e5626a Speedup CI pipeline
  • 660bafc Add unit tests for type forwards
  • a4ace4a Add PolySharpExcludeTypeForwardedToDeclarations option
  • 629127a Add more TFMs to test project
  • 1436ecd Filter type forwards and only include Index/Range if public
  • c4d4533 Add "UseInteropServices2NamespaceForUnmanagedCallersOnlyAttribute" to analyzer
  • d5abd77 Minor code refactoring
  • f755e0d Generate type forwarders when needed
  • 177f908 Minor code refactoring
  • 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)

Bumps [PolySharp](https://github.com/Sergio0694/PolySharp) from 1.8.1 to 1.10.0.
- [Release notes](https://github.com/Sergio0694/PolySharp/releases)
- [Commits](Sergio0694/PolySharp@1.8.1...1.10.0)

---
updated-dependencies:
- dependency-name: PolySharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
@codecov-commenter
Copy link

Codecov Report

Base: 87.17% // Head: 87.17% // No change to project coverage 👍

Coverage data is based on head (48fd3d5) compared to base (af354a3).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #139   +/-   ##
=======================================
  Coverage   87.17%   87.17%           
=======================================
  Files         190      190           
  Lines        5122     5122           
  Branches     1188     1188           
=======================================
  Hits         4465     4465           
  Misses        359      359           
  Partials      298      298           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit 00778f4 into master Jan 18, 2023
@viceroypenguin viceroypenguin deleted the dependabot/nuget/PolySharp-1.10.0 branch January 18, 2023 18:52
@viceroypenguin viceroypenguin added this to the 4.7.0 milestone Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants