Skip to content

Commit

Permalink
razor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SubPointSupport committed Mar 16, 2017
1 parent e13cd1e commit 6140ac3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ string CreateGitHubReleaseNotes(

var templateConfig = new RazorEngine.Configuration.TemplateServiceConfiguration();
templateConfig.DisableTempFileLocking = true;
templateConfig.CachingProvider = new RazorEngine.Templating.DefaultCachingProvider(t => {}); //disables the warnings

var razorEngine = RazorEngine.Templating.RazorEngineService.Create(templateConfig);

Expand Down

0 comments on commit 6140ac3

Please sign in to comment.