MessageProtocol.Core 1.0.0

dotnet add package MessageProtocol.Core --version 1.0.0
                    
NuGet\Install-Package MessageProtocol.Core -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MessageProtocol.Core" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MessageProtocol.Core" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MessageProtocol.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MessageProtocol.Core --version 1.0.0
                    
#r "nuget: MessageProtocol.Core, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MessageProtocol.Core@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MessageProtocol.Core&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MessageProtocol.Core&version=1.0.0
                    
Install as a Cake Tool

DS_MessageProtocol

컴파일 타임 메시지 직렬화와 런타임 MessageSerializer를 제공하는 .NET 라이브러리 세트입니다. .NET Standard 2.1을 타깃으로 하여 Unity 및 일반 .NET 환경에서 사용할 수 있습니다.

패키지

NuGet 패키지 설명
MessageProtocol 애플리케이션에서 참조하는 메인 패키지. NuGet 패키지에는 런타임 DLL과 함께 analyzers/dotnet/cs 경로에 CodeGenerator 어셈블리가 포함됩니다.
MessageProtocol.Core 직렬화 런타임 API(MessageSerializer, 메시지 계약 등). 다른 패키지 없이 코어만 필요할 때 사용합니다.
MessageProtocol.CodeGenerator 메시지 타입용 생성 코드를 만드는 Roslyn 분석기 패키지. 고급 시나리오 또는 세분화된 참조가 필요할 때 사용합니다.

설치

dotnet add package MessageProtocol

코어만 필요한 경우:

dotnet add package MessageProtocol.Core

Unity Package Manager에서 NuGet을 쓰지 않는 경우, 위 패키지에서 빌드된 DLL을 프로젝트에 복사해 참조할 수 있습니다. 타깃은 netstandard2.1입니다.

요구 사항

  • .NET Standard 2.1을 지원하는 런타임 또는 Unity(해당 API 호환 버전).

저장소

소스 코드 및 이슈: https://github.com/BIGSUNGG/DS_MessageProtocol

라이선스

저장소 루트의 라이선스 파일을 따릅니다(없을 경우 저장소 기본 정책을 확인하세요).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MessageProtocol.Core:

Package Downloads
DRPC.Shared

DRPC 공유 타입·직렬화·메시지 프로토콜 연동 코드. 서버/클라이언트 패키지의 공통 기반입니다.

MessageProtocol

메시지 프로토콜 직렬화를 위한 메인 패키지. MessageProtocol.Core와 소스 생성 분석기를 포함합니다.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 209 5/2/2026