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.152 to 2.1.165 in /src #529

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2020

Bumps MessagePackAnalyzer from 2.1.152 to 2.1.165.

Release notes

Sourced from MessagePackAnalyzer's releases.

v2.1.165

Changes:

  • #997: Add packagejson and enable .meta for Unity
  • #996: creating DynamicAssembly to lazy
  • #994: Mpc support for generic class unions
  • #978: warning disable 0162 for unity
  • #964: Unity IL2CPP generic object wrapper code gen
  • #982: Fixed deserialization on static constructor
  • #981: Update MessagePackReader.cs
  • #976: Add BSON implementation from Json.NET
  • #975: Shared projects were still not correctly parsed on Linux.
  • #972: Fix #971 Shared Projects incorrecly included.
  • #971: Shared Projects have unexpected behavoiur in mpc

This list of changes was auto generated.

Commits
  • 7d06c13 Merge pull request #997 from neuecc/unity-package
  • 2bbf2e1 Merge pull request #996 from neuecc/fix-for-xamarin
  • 7f045a7 Merge pull request #994 from thorgeirk11/master
  • d158da1 fixing a typo
  • 7930b43 fix compile error for dynamic code dumper
  • c1fe222 add packagejson and enable .meta
  • cb24621 Merge pull request #978 from neuecc/disable-warning-unity
  • 2ee8ea3 creating DynamicAssembly to lazy
  • ccab625 Mpc now supports generating formatters base on generic class unions.
  • 700c0ee Merge branch 'master' of github.com:thorgeirk11/MessagePack-CSharp
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @AArnott.


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 Aug 17, 2020
@codecov-commenter
Copy link

codecov-commenter commented Aug 17, 2020

Codecov Report

Merging #529 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #529      +/-   ##
==========================================
- Coverage   89.24%   89.19%   -0.05%     
==========================================
  Files          51       51              
  Lines        4027     4027              
==========================================
- Hits         3594     3592       -2     
- Misses        433      435       +2     
Impacted Files Coverage Δ
src/StreamJsonRpc/JsonRpc.cs 92.80% <0.00%> (-0.34%) ⬇️
...pc/Reflection/MessageFormatterDuplexPipeTracker.cs 95.40% <0.00%> (+1.14%) ⬆️

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 1d5468f...f8f15b5. Read the comment docs.

@AArnott
Copy link
Member

AArnott commented Aug 17, 2020

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/nuget/src/MessagePackAnalyzer-2.1.165 branch from 63f57aa to f8f15b5 Compare August 17, 2020 15:27
Copy link
Member

@javierdlg javierdlg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm working on switching our default branch to "main". So until this process is completed (EOD today at the latest), I'm blocking this PR.

Copy link
Member

@javierdlg javierdlg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chatted offline with Andrew and switching to main will be better implemented by Github as a feature. So I'll hold off until that before migrating.

@javierdlg javierdlg merged commit 962cffb into master Aug 17, 2020
@javierdlg javierdlg deleted the dependabot/nuget/src/MessagePackAnalyzer-2.1.165 branch August 17, 2020 15:53
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.

3 participants