Releases: rsm-hcd/AndcultureCode.CSharp.Web
v0.3.0
v0.3.0 Release
Release notes
Adds AuditableDto
and EntityDto
ported from the boilerplate. Bumps AndcultureCode.CSharp.Core
and AndcultureCode.CSharp.Extensions
versions
Known issues
rsm-hcd/AndcultureCode.DotnetReact.Boilerplate#11
Contributors
v0.2.2 - Controller Swagger Fix
v0.2.2 Release
Release notes
Small fix to base controller class to ignore inherited public methods by swagger. Currently sub-classes would get errors from swagger if a method signature happened to return an ObjectResult
Known issues
#16 Add swagger ignore to all base controller public methods
Contributors
0.2.1
v0.2.1 Release
Release notes
Maintenance release to change the ERROR_RESOURCE_NOT_FOUND
error key in Controller.cs
to be consistent with the one from AndcultureCode.CSharp.Core
and AndcultureCode.CSharp.Testing
, which provides an IResult
test matcher.
Known issues
#14 Update Controller to reference error constant from Core
Contributors
v0.2.0 - OAuth Support
v0.2.0 Release
Release notes
- Addition of middleware, dtos and other actors necessary to configure applications for OAuth.
- Current support for Microsoft Accounts and Google, but new providers are as easy as creating new DTOs ;)
Known Issues
#9 Add OAuth Support
Contributors
v0.1.1 - Controller#Ok()
v0.1.1 Release
Release notes
Simple overload of parameterless Controller#Ok
Known Issues
#8 Added basic Controller#Ok that will return our standard Result wrapper
Contributors
v0.1.0 - Controller base classes
v0.1.0 Release
Release notes
Added base MVC and API controller classes along with required actors (ie. ApiClaimsPrincipal)
Known Issues
#7 Added base controller and api controllers
Contributors
v0.0.4 - Cookie configuration bug fix
v0.0.4 Release
Release notes
Simple fix with mistaken pluralization of 'Cookie' authentication configuration
Contributors
v0.0.3 - Controller Interfaces and Cookie Auth
v0.0.3 Release
Release notes
Controller Interfaces and Cookie Auth
Notable features:
- API Controllers with conventional Get and Index methods can now use out-of-the-box extensions
- Cookie configuration in application is a rolled up extension
- Forward-For extensions easily configured with extension
- Start of Web-project level appsettings/env config typings
Known issues
#6 New controller interfaces and cookie auth