-
Notifications
You must be signed in to change notification settings - Fork 23
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
Compatibility with Autofac v6 #34
Comments
Since we took the CLS Compliant attribute out of the main Autofac package, I'm now getting CLS Compliance warnings throughout this integration. Is this going to be an issue? Do we need to put the CLS Compliant flag back in Autofac? |
Autofac isn't actually CLS compliant, I don't think. I forget what it was exactly that started failing. I'd be OK with removing the CLS compliant flag from this integration if we can't put it back on core Autofac. |
DiagnosticSource isn't CLS Compliant, hence Autofac can't be either; interestingly none of the .NET Core libraries are now, so it feels like CLS compliant is less useful nowadays anyhow. |
v6 Compatibility and version dependency checks ahead of release.
The text was updated successfully, but these errors were encountered: