We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The version of the Elastic.Apm nuget package used 1.28.1
Elastic.Apm
Operating system and version: windows 11
.NET Framework/Core name and version (e.g. .NET 4.6.2, NET Core 3.1.100) : .NET 4.7.2
Application Target Framework(s) (e.g. net462, netcoreapp3.1): net472
A clear and concise description of what the bug is. Please see the link here - #2377 (comment)
Steps to reproduce the behavior:
using Owin; using System.Linq; namespace IdentitySample { public partial class Startup { public void Configuration(IAppBuilder app) { try { var providers = System.Web.Security.Roles.Providers; var sqlRoleProvider = System.Web.Security.Roles.Providers.Cast<object>().Any(provider => provider.GetType().Name == "SqlRoleProvider"); }catch(System.Exception e){ System.Diagnostics.Debug.WriteLine(e.Message); } ConfigureAuth(app); } } }
System.Web.Security.Roles.Providers will throw exception in Startup.cs, which will do the same and break SDK as mentioned here - #2377 (comment)
System.Web.Security.Roles.Providers
#2377 (comment)
The text was updated successfully, but these errors were encountered:
Fix #2415 lookup for SqlRoleProvider breaks in ASP.NET identity 2
e1819a8
Thank you for bringing this to our attention @allen-hsu-rs !
Opened #2417 to address it.
Sorry, something went wrong.
Fix #2415 lookup for SqlRoleProvider breaks in ASP.NET identity 2 (#2417
7dfd0ea
)
Successfully merging a pull request may close this issue.
APM Agent version
The version of the
Elastic.Apm
nuget package used1.28.1
Environment
Operating system and version:
windows 11
.NET Framework/Core name and version (e.g. .NET 4.6.2, NET Core 3.1.100) :
.NET 4.7.2
Application Target Framework(s) (e.g. net462, netcoreapp3.1):
net472
Describe the bug
A clear and concise description of what the bug is.
Please see the link here - #2377 (comment)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
System.Web.Security.Roles.Providers
will throw exception in Startup.cs, which will do the same and break SDK as mentioned here - #2377 (comment)Actual behavior
#2377 (comment)
The text was updated successfully, but these errors were encountered: