Release Notes - 1.5


  • 1.5.2-funcrel

    1.5.2-funcrel
    Fixes an infinite loop occurring when an .aspx file is parsed as a C# file. 📝 57575
    Adds support of conventional routing methods MapControllerRoute, MapAreaControllerRoute, MapDefaultControllerRoute, MapFallbackToAreaController and MapFallbackToController
  • 1.5.1-funcrel

    1.5.1-funcrel
    Fixes issue with tracebacks not impacting the results
    Improves accuracy of 💎 1043030 - Ensure X-Frame-Options header setup(ASP.NET) 📝 56723
  • 1.5.0-funcrel

    1.5.0-funcrel
    Fixes wrong resolution of URL for operations when nameof expression is used in argument of an attribute 📝 54831
    Fixes wrong name of controller action when attribute ActionName is used
    Fixes wrong controller operation names created for default route mapping
  • 1.5.0-beta1

    1.5.0-beta1
    Improves parsing of Controller classes by correcting traceback without impact.
    Improves modelization of .Net operations by keeping all uncalled operations.