Nino icon indicating copy to clipboard operation
Nino copied to clipboard

Definite useful and high performance modules for C# projects, especially for Unity. 实用的高性能C#模块,尤其在Unity平台能带来令人难以置信的效益。

Results 13 Nino issues
Sort by recently updated
recently updated
newest added

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.0 to 6.0.1. Release notes Sourced from coverlet.collector's releases. v6.0.1 Fixed Uncovered lines in .NET 8 for inheriting records #1555 Fix record constructors not covered when SkipAutoProps...

dependencies

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.10 to 3.2.1. Release notes Sourced from MSTest.TestAdapter's releases. v3.2.1 See the release notes here. v.3.2.0 See the release notes here. v3.2.0-preview.24069.3 See the release notes here....

dependencies

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.2. Release notes Sourced from System.Text.Json's releases. .NET 8.0.2 Release .NET 8.0.1 Release Commits 1381d5e Merge in 'release/8.0' changes c987e4f [release/8.0] Fix Options Source Gen...

dependencies

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.1.1 to 3.2.1. Release notes Sourced from MSTest.TestFramework's releases. v3.2.1 See the release notes here. v.3.2.0 See the release notes here. v3.2.0-preview.24069.3 See the release notes here....

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.9.0 What's Changed Remove dependency on Nuget.Frameworks by @​nohwnd in microsoft/vstest#4693 Add platform guard by @​dotMorten in microsoft/vstest#4737...

dependencies

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.1 to 0.13.12. Release notes Sourced from BenchmarkDotNet's releases. 0.13.12 Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html Highlights The biggest highlight of this release if our new VSTest Adapter, which allows...

dependencies

Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 2.5.129 to 2.5.140. Release notes Sourced from MessagePack's releases. v2.5.140 What's Changed Fix releases links in README text by @​KonH in MessagePack-CSharp/MessagePack-CSharp#1688 Better constrain dictionary detection by...

dependencies

Bumps [protobuf-net](https://github.com/protobuf-net/protobuf-net) from 3.2.26 to 3.2.30. Release notes Sourced from protobuf-net's releases. 3.2.30 What's Changed [DefaultValue] attribute roslyn analyzers by @​DeagleGross in protobuf-net/protobuf-net#1040 Implement DateOnly and TimeOnly by @​mgravell in...

dependencies

![Uploading [24KY~A47V_O6}X1()W`(]M.png…]()

```csharp [NinoSerialize] public partial class DataTest { [NinoMember(0)] public int a = 0; [NinoMember(1)] public int b = 0; [NinoMember(2)] public componentA compA; [NinoMember(3)] public componentB compB; } [NinoSerialize] public...

enhancement