-
Notifications
You must be signed in to change notification settings - Fork 204
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
fix: Fix Local Debug SSO Tab with .NET 9 #13069
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #13069 +/- ##
=======================================
Coverage 90.22% 90.23%
=======================================
Files 583 583
Lines 34974 35049 +75
Branches 6823 6836 +13
=======================================
+ Hits 31557 31627 +70
- Misses 1489 1491 +2
- Partials 1928 1931 +3
|
{{/Net9Framework}} | ||
{{#Net9Framework}} | ||
app.MapRazorComponents<App>() | ||
.AddInteractiveServerRenderMode(o => o.ContentSecurityFrameAncestorsPolicy = "'self' *"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this also work in .net 8? If yes, let's make it consistent for both .net 9 and .net 8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new feature in .net9, this function was not available in .net8.
https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/30847984