Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved Microsoft.Extensions.Logging.Abstractions to version 9.0.0 #3

Closed
wants to merge 13 commits into from

Conversation

mshakirdfe
Copy link
Contributor

Moved Microsoft.Extensions.Logging.Abstractions to version 9.0.0 for resolving build issue if projects are using version 8.0.2 or latest version.

Farshad DASHTI and others added 13 commits October 25, 2024 16:05
(%release-note:

- Added PageSecurityValidator, allowing to test and validate route and page level security to ensure they match the expected security config

%)
…multiple attributes can be validated

(%release-note:

- Updated the PageSecurityValidator with an edge case where pages with AllowAnonymous attribute will be considered public regardless if they have Authorize attribute. This is due to how ASPNetCore globally applied page security work, it includes both Authorize and AllowAnonymouse attributes to the RouteEndpoint object of the page.

%)
…m the EndpointRoute collection

(%release-note:

- Updated the EndpointTestDataProvider to ensure we remove duplicate routes from the EndpointRoute collection
- Updated the readme.md file

%)
(%release-note:

- Added DfE.CoreLibs.Security, including Authorization extension which faciliates creation of Policies, Roles and Claims

%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants