Donald Belcham
Donald Belcham
Haven't had a huge amount of time to test this. Will try at work tomorrow. Looks like it will work though. Fixes issue 42 https://github.com/kristofferahl/FluentSecurity/issues/42
If I create and register controllers using: ``` configuration.ForAllControllers() ``` And then ignore the policy on some: ``` configuration.For().Ignore() ``` And then wrap the LoginController with an aspect using an...
It's possible, and recommended in the docs, to configure your script generation using something like the following: ``` [assembly: SqlPersistenceSettings( MsSqlServerScripts = false, MySqlScripts = false, OracleScripts = true, PostgreSqlScripts...
### Describe the bug #### Description When using the `EndpointConfiguration.License(string)` method, providing a null, empty or whitespace string will thrown an exception which bubbles into the user's code that is...