源码:https://github.com/dotliquid/dotliquid 简单案例 Templatetemplate= Template.Parse("hi {{name}}");// 解析和编译模板template.Render(Hash.FromAnonymousObject(new{ name ="tobi"}));// 输出 => "hi tobi" 暴露对象 DotLiquid默认情况下只接受有限类型作为Render方法的参数,包括.NET原始类型(int,float...
2019-12-11 15:00 −这里用到反射,会用到AudioUtil,源码调用如下: https://github.com/jamesjlinden/unity-decompiled/blob/master/UnityEditor/UnityEditor/AudioUtil.cs 思路如下: http://baba-s... 不够自律的人 0 1217 .net core 2.1 Nlog.Web.AspNetCore Nlog日志 ...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
<!-- This is simply to ensure formatting differences of .NET 5+ don't cause tests to fail --> <RuntimeHostConfigurationOption Include="System.Globalization.UseNls" Value="true" /> </ItemGroup> <ItemGroup> <NuGetAuditSuppress Include="https://github.com/advisories/GHSA-7mfr-774f-w5r9"...
// See: https://shopify.github.io/liquid/filters/reverse/ return string.IsNullOrEmpty(pattern) ? input.ToCharArray().Select(character => character.ToString()).ToArray() : input.Split(new[] { pattern }, StringSplitOptions.RemoveEmptyEntries); } /// /// Strip all html nodes ...
Upgraded to Giraffe 2.0.0 and the latest ASP.NET Core 2.1.* NuGet packages. 1.1.0 Upgraded Giraffe to 1.1.0. 1.0.0 Upgraded Giraffe to 1.0.0. 0.1.0-beta-310 Upgraded Giraffe to 0.1.0-beta-6**. 0.1.0-beta-300 Upgraded dependencies to Giraffe 0.1.0-beta-5**. Breaking changes Ren...