Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@danroth27 danroth27 released this 27 Jun 14:53

Features

  • ObjectResultExecutor should hold the Accept header in higher regard (#4612)
  • Add an Option to set the Razor view location formats (#4550)
  • Consider unifying the list of assemblies included in the razor compilation with the of assembly parts of the application. (#4498)
  • Make JsonOutputFormatter use camel case by default (#4283)

Bugs Fixed

  • Fix Travis failure for test Microsoft.AspNetCore.Mvc.FunctionalTests.TagHelpersTest.ReregisteringAntiforgeryTokenInsideFormTagHelper_DoesNotAddDuplicateAntiforgeryTokenFields (#4824)
  • How to override the default (200) status code with ProducesResponseType (#4823)
  • Move IAuthorizationPolicy.CombineAsync calls into AuthorizeFilter (#4757)
  • Modify ICompilationLibrariesProvider to return a sequence of reference path strings (#4738)
  • Where did IControllerTypeProvider go in RC2? (#4730)
  • Design problem: MvcRazorHost.Dispose (#4709)
  • Add ExceptionHandled to ExceptionContext (#4700)
  • Rename environment variable used to enable polling (#4696)
  • HttpPost with entity as parameter stuck in an infinite loop? (rc2-final) (#4666)
  • RC2 Mvc not discovering controller in netcoreapp (#4655)
  • ModelBinder attribute attached to a class has no effect (broken in rc2-final) (#4652)
  • Some public Attributes lack doc comments (#4641)
  • Critical bug(?). Problem with Date from Model to View. Not using ISO international format. (#4633)
  • Move ModelBindingHelper to .Internal (#4615)
  • Update IModelBinder documentation (#4614)
  • CORS filter should throw when policy is not found (#4606)
  • Fix FormTagHelper to make redudant Antiforgery token registration a no-op (#4595)
  • RequireHttps - should it be redirect 302 by default? (#4561)
  • Depend on HtmlString from Microsoft.AspNetCore.Html. (#4558)
  • Assemblies with a transitive dependency to MVC are not included as part of the list of discovered assemblies (#4555)
  • Do we need Name and DisplayName on ActionDescriptor (#4506)
  • Possible double-execution of filter providers (#4504)
  • Using taghelpers in razor views using a model type which is loaded runtime (#4497)
  • Update the namespace for Razor generated code to AspNetCore (#4476)
  • Form Tag Helper Breaks with atypical html comments (#4465)
  • Make SerializerSetings properties get-only and protected (#4409)
  • Remove DefaultAssemblyPartDiscoveryProvider.GetAssemblyName (#4366)
  • Cleanup assembly discovery in ApplicationParts (#4353)
  • Remove extra constructors in JsonInputFormatter and JsonPatchInputFormatter (#4339)
  • Simplify assembly load on CoreCLR (#4328)
  • Create a separate handler for each attribute route (#4293)
  • Make IActionInvoker signature compatible with middleware (#4291)
  • AuthorizeFilter prevents unauthenticated requests to be handled by IAuthorizationService (#4287)
  • Review IActionResult classes and add facades as necessary (#4207)
  • Improve handling of custom ValidationAttributes and their ValidationResults (#3595)