Razor Generator Changelog

What's new in Razor Generator 1.13.0

Dec 17, 2021
  • Fix version range. Also, use spaces instead of tabs

New in Razor Generator 1.11.0 (Sep 23, 2021)

  • Fix the ID and version of the vsix

New in Razor Generator 1.3.2 (Jan 25, 2012)

  • Added an option to MvcViewEngine to use physical files over precompiled views if newer
  • Work Item: 39 Remove leading underscores from file names.
  • Work Item: 35 Add overload to PrecompiledMvcEngine to allow specifying base virtual path.
  • Fixed issues with RazorGenerator.Testing with incorrectly passing HttpContext
  • Added partial support for compat with WebPages 2.0
  • Read PageBaseType value for web.config for Mvc views.

New in Razor Generator 1.3.1 (Jan 25, 2012)

  • Version 1.3.1 of RazorGenerator.Testing fixes an issue with RenderAsHtml not flowing the context

New in Razor Generator 1.2.3 (Jan 25, 2012)

  • Version 1.2.3 of the VSIX fixes MVC4 issue

New in Razor Generator 1.2 (Jan 25, 2012)

  • Renamed all packages to be RazorGenerator.
  • Fix issue

New in Razor Generator 1.1.2 (Jan 25, 2012)

  • Fixed encoding issue when using ANSI (non UTF-8) razor files
  • Support null values in simple template scenario. e.g. @foo when foo is null now renders empty string.

New in Razor Generator 1.1.1 (Jan 25, 2012)

  • Change the generated file extensions from foo.cs to foo.generated.cs

New in Razor Generator 1.1 (Jan 25, 2012)

  • The generator now finds imported namespaces defined in web.config
  • Add support for project level directives in a razorgenerator.directives file

New in Razor Generator 1.0.1 (Jan 25, 2012)

  • Fix generated line pragmas