Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: MessagePack-CSharp/MessagePack-CSharp

v3.1.4

12 Jun 23:11

Choose a tag to compare

What's Changed

  • Fix SkipClrVisibilityChecks to notice private fields in base classes by@AArnott in#2153
  • Promote analyzers to AnalyzerReleases.Shipped.md by@hanachiru in#2169
  • Add memory size check toGetMemoryCheckResult by@AArnott in#2172
  • AccessModifier was added to generated code. by@Nirklav in#2185

New Contributors

Full Changelog:v3.1.3...v3.1.4

Contributors

  • @AArnott
  • @Nirklav
  • @hanachiru
AArnott, Nirklav, and hanachiru
Assets17
SnowPowerCore, damidev0, and Kaayo reacted with thumbs up emojiSnowPowerCore and Nirklav reacted with hooray emojiSnowPowerCore reacted with heart emojiSnowPowerCore reacted with rocket emoji
4 people reacted

v3.1.3

04 Feb 03:41

Choose a tag to compare

What's Changed

Full Changelog:v3.1.2...v3.1.3

Contributors

  • @neuecc
neuecc
Loading
Hyrius and Ar0cka reacted with hooray emoji
2 people reacted

v3.1.2

27 Jan 08:06

Choose a tag to compare

What's Changed

  • Add missing recursion guard toCodeAnalysisUtilities.GetTypeParameters by@AArnott in#2123
  • Remove FluentAssertions, Use Shouldly by@neuecc in#2124
  • Fix issues about Double.MaxValue by@guojiancong in#2135
  • GitHubActions, prevent run build-unity on external contributor by@neuecc in#2138
  • Protects the generated resolver type metadata from trimmer by@mayuki in#2134
  • Add PreserveAttribute to generic formatters for Unity IL2CPP by@neuecc in#2136
  • Change ByteListFormatter behaviour to keep binary compatibility for List by@neuecc in#2139

New Contributors

Full Changelog:v3.1.1...v3.1.2

Contributors

  • @AArnott
  • @mayuki
  • @neuecc
  • @guojiancong
AArnott, mayuki, and 2 other contributors
Loading
0xfeeddeadbeef, 7Bpencil, pankaj-nikam, and YegorStepanov reacted with rocket emoji
4 people reacted

v3.1.1

26 Dec 09:13

Choose a tag to compare

What's Changed

  • README.md: ÌntKey -> IntKey by@stanoddly in#2098
  • allow DynamicGenericResolver to StandardResolver in DynamicAssembly.AvoidDynamicCode by@neuecc in#2105
  • Remove PublicApiAnalyzers by@neuecc in#2104
  • Fix source generator, don't generate when abstract/interface is not union by@neuecc in#2103
  • enable analyze union / stop collect field when object marked SuppressSourceGeneration by@neuecc in#2106

New Contributors

Full Changelog:v3.1.0...v3.1.1

Contributors

  • @neuecc
  • @stanoddly
neuecc and stanoddly
Loading
grazy27 and Nirklav reacted with rocket emoji
2 people reacted

v3.1.0

12 Dec 07:49

Choose a tag to compare

What's Changed

  • Relaxed the conditions in editor.config by@neuecc in#2088
  • Add .NET 9 by@neuecc in#2090
  • AddInt128,UInt128,Rune.OrderedDictionary<T, V>.ReadOnlySet<T> serialization support
  • Check IsGenericType before call ConstructUnboundGenericType() by@neuecc in#2093
  • Remove NerdBank.GitVersioning by@neuecc in#2094
  • Current all apis to shipped.txt by@neuecc in#2095

Full Changelog:v3.0.301...v3.1.0

Contributors

  • @neuecc
neuecc
Loading

v3.0.301(3.0.308)

09 Dec 09:36

Choose a tag to compare

Note

Tag and Unity's version is 3.0.301 but published NuGet version is 3.0.308.
The version mismatch due to release process inconsistencies will be fixed in the next release.

What's Changed

Full Changelog:v3.0.300...v3.0.301

Contributors

  • @AArnott
  • @neuecc
AArnott and neuecc
Loading

v3.0.300

06 Dec 09:28

Choose a tag to compare

Loading

v3.0.3

06 Dec 08:08

Choose a tag to compare

See ourmigration guide.
Detailsblog article

What's new

  • AOT source generation of formatters by default using roslyn source generators.mpc is no longer available. Dynamic formatters still exist (for runtimes that support them), but code that compiles against v3 are unlikely to need them, resulting in better startup performance and improved debugging experience.
  • AOT source generation is hugely improved.
    • Support most or all of the data types thatDynamicObjectResolver supported.
    • Support for serializing private members.
  • [MessagePackObject] types can serialize private members without the application having to switch toDynamicObjectResolverAllowPrivate.
  • Analyzers are on by default, with many new ones to help ensure your code is correct and ready for AOT source generated formatters.
  • Custom formatters areautomatically used for the data types they format when defined in the same assembly, by default. No need to attribute your data types to point to the custom formatter. Opt out by attributing the formatter with[ExcludeFormatterFromSourceGeneratedResolverAttribute].
  • NewCompositeResolverAttribute offers a faster runtime alternative to theCompositeResolver class.

Unity

  • Consume through NuGetForUnity and UPM instead of through.unitypackage

What's Changed

Read more

Contributors

  • @AArnott
  • @mookid8000
  • @neuecc
  • @epitka
  • @jaredpar
  • @tomap
  • @BertanAygun
  • @alimakki
  • @AlanLiu90
  • @KonH
  • @guitarrapc
  • @pengweiqhca
  • @Scormave
  • @Y-YoL
  • @pkindruk
  • @thompson-tomo
  • @nenoNaninu
  • @dependabot
  • @pCYSl5EDgo
  • @dmitry-bym
  • @nonemec-havok
  • @N-Olbert
  • @brwhelan-msft
  • @iguskov1810
  • @nmi-relewise
AArnott, mookid8000, and 23 other contributors
Loading
DavidZidar, ByronAP, krishkat, 7Bpencil, anvouk, and antoniofreire reacted with hooray emojialimakki and antoniofreire reacted with rocket emoji
7 people reacted

v2.5.192

14 Nov 12:57
d3d435b
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:v2.5.187...v2.5.192

Contributors

  • @AArnott
AArnott
Loading
Bykiev and nvandessel reacted with thumbs up emoji
2 people reacted

v3.0.238-rc.1

23 Oct 14:33
ab4a3bb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

v3.0.238-rc.1Pre-release
Pre-release

What's Changed

  • Fix simplified name for ValueTuple by@AlanLiu90 in#2033
  • Avoid crashing with stack overflow on recursive generic type parameter constraints by@AArnott in#2036

Full Changelog:v3.0.233-rc.1...v3.0.238-rc.1

Contributors

  • @AArnott
  • @AlanLiu90
AArnott and AlanLiu90
Loading
s-anzai reacted with thumbs up emoji
1 person reacted
Previous134589
Previous

[8]ページ先頭

©2009-2025 Movatter.jp