MessageProtocol.CodeGenerator 1.0.0

dotnet add package MessageProtocol.CodeGenerator --version 1.0.0
                    
NuGet\Install-Package MessageProtocol.CodeGenerator -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.CodeGenerator" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MessageProtocol.CodeGenerator" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MessageProtocol.CodeGenerator" />
                    
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.CodeGenerator --version 1.0.0
                    
#r "nuget: MessageProtocol.CodeGenerator, 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.CodeGenerator@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.CodeGenerator&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MessageProtocol.CodeGenerator&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

라이선스

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.1

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MessageProtocol.CodeGenerator:

Package Downloads
DRPC.CodeGenerator

Roslyn 소스 생성기: DRPC 계약 및 RPC 관련 코드를 빌드 시 생성합니다. 프로젝트에 Analyzer로 참조합니다.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 134 5/2/2026