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 MessagePackAnalyzer from 2.1.165 to 2.1.194 in /src #558

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2020

Bumps MessagePackAnalyzer from 2.1.165 to 2.1.194.

Release notes

Sourced from MessagePackAnalyzer's releases.

v2.1.194

Changes:

Fixes:

  • #1033: default(ImmutableArray) is not serialized correctly
  • #1025: Internal enums trip up StandardResolverAllowPrivate
  • #1006: Fix deserialize typeless extension without typeless formatter specified
  • #1035: Lock for all Ref.Emit code when on mono
  • #1031: Fix handling of non-public enums when using AllowPrivate resolvers
  • #987: System.ExecutionEngineException encountered that should be a MessagePackSerializationException
  • #1018: mpc - Ignore [MessagePackFormatter] type collect

Enhancements:

  • #1041: Use Array.Empty<T>() instead of new T[] wherever possible

Others:

  • #1030: Run net472 tests on mono
  • #1010: Improve generation of generic formatters
  • #1008: use ExpressionTree.Compile(preferInterpretation: true) for Unity IL2CPP
Commits
  • 459e2bd Merge pull request #1041 from pCYSl5EDgo/ZeroLengthArrayDeserialization
  • ee434cd Avoid formatter lookup for empty array
  • 9b64cb5 Replace all possible T[0] with Array.Empty<T>
  • f284088 When deserialize length is 0, the return array should be Array.Empty<T>().
  • ebdb29c Merge pull request #1040 from hikarin522/patch-1
  • 97d997a Create MonoProtection.cs.meta
  • 4a93481 Merge pull request #1037 from AArnott/fix1033
  • 71f78d5 Fix formatting of default ImmutableArray\<T> values
  • 5920a07 Merge pull request #1035 from AArnott/parallelOnMono
  • a995f1b Merge pull request #1031 from AArnott/fix1025
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 21, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2020

Codecov Report

Merging #558 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #558      +/-   ##
==========================================
+ Coverage   89.82%   89.84%   +0.02%     
==========================================
  Files          55       55              
  Lines        4461     4461              
==========================================
+ Hits         4007     4008       +1     
+ Misses        454      453       -1     
Impacted Files Coverage Δ
src/StreamJsonRpc/MessageHandlerBase.cs 100.00% <0.00%> (+1.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 192e4bb...32c9558. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/nuget/src/MessagePackAnalyzer-2.1.194 branch from 74eecd0 to 32c9558 Compare September 21, 2020 14:07
@AArnott AArnott merged commit eda746a into master Sep 21, 2020
@AArnott AArnott deleted the dependabot/nuget/src/MessagePackAnalyzer-2.1.194 branch September 21, 2020 14:41
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