ufcpp-live / UfcppLiveAgenda

@ufcpp live streaming agenda
MIT License
24 stars 2 forks source link

Source Generator V2 #46

Closed ufcpp closed 2 years ago

ufcpp commented 2 years ago

配信URL: https://youtu.be/OKtlZpZ73LU

ufcpp commented 2 years ago

csproj 内

    <IsRoslynComponent>true</IsRoslynComponent>

Properties/launchSettings.json

{
  "profiles": {
    "StringLiteralGenerator": {
      "commandName": "DebugRoslynComponent",
      "targetProject": "..\\..\\samples\\StringLiteralSample\\StringLiteralSample.csproj"
    }
  }
}