This package compiles all *.restext as *.resources at the same folder
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Mar 3, 2025
$ dotnet add package Restext.Standalone.Compiler🇺🇸 EngilshThis package is meant to use only in a special case that you want to generate *.resources file right in the same folder as your *.restext files.
For using this package, you will just need to add a PackageReference into your project.
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Restext.Standalone.Compiler" />
</ItemGroup>
</Project>
🇨🇳 中文这个包用于在项目中所有*.restext相同目录下生成对应的*.resources文件
使用本包,你只需要向你的项目中添加一个 PackageReference.
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Restext.Standalone.Compiler" />
</ItemGroup>
</Project>