athinboy
athinboy
Does "@addTagHelper" supported ?Thanks! ``` IRazorEngineCompiledTemplate template = razorEngine.Compile(templateContent, builder => { builder.AddAssemblyReferenceByName("System.Collections"); builder.AddAssemblyReference(typeof(CodeUtil)); // by type builder.AddAssemblyReference(typeof(ReverseStrTagHelper)); // by type }); ```
https://dotnetfoundation.org/projects https://github.com/dotnet/foundation/blob/master/guidance/new-projects.md
error

因为毕竟国外采用.net的更多,希望可以成为.net基金会项目。 https://dotnetfoundation.org/projects https://github.com/dotnet/foundation/blob/master/guidance/new-projects.md
#### Feature 特性 ```c# 1、增加对独立freesql配置文件(xml、json、yaml)的支持。代码里面只需要传递配置文件路径。 2、在配置文件里面可以配置多个数据库连接。比如 A:192.168.0.1/aaaa B:192.168.0.1/bbbb 这样的话,在类上增加属性[DB(a)]。这样就可以很方便支持多数据库连接。 或者[Table(Name = "A.T1.Comment")]、[Table(Name = "B.T2.Comment")] ``` #### 简要描述原因 1、独立的配置文件,方便多项目共享统一配置。而且不是通过代码进行配置,不用编译代码,方便修改部署尤其是面对容器化云部署速度更快,更好管理。 #### 使用场景
[yzhang.markdown-all-in-one-unresponsive.cpuprofile.txt](https://github.com/user-attachments/files/16517489/yzhang.markdown-all-in-one-unresponsive.cpuprofile.txt) - Issue Type: `Performance` - Extension Name: `markdown-all-in-one` - Extension Version: `3.6.2` - OS Version: `Windows_NT x64 10.0.19045` - VS Code version: `1.92.0` Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load