You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
In particular, a lot of types need to move out of the Cors.Core namespace. The main Cors namespace should have the most commonly used types, and plumbing can go into a sub-namespace.
The text was updated successfully, but these errors were encountered:
The current package separation in practice provided very little value, and unfortunately was self-defeating with respect to the original purpose of having two packages: to encourage developers using MVC to use just the parts MVC needed. Unfortunately it was most common to reference the both packages transitively anyway (which was harmless, but unnecessary)
Move DisableCorsAttribute and EnableCorsAttribute into .Cors namespace
Move all other types from both original assemblies (including CorsMiddleware and CorsPolicyBuilder) into .Infrastructure namespace.
In particular, a lot of types need to move out of the
Cors.Core
namespace. The mainCors
namespace should have the most commonly used types, and plumbing can go into a sub-namespace.The text was updated successfully, but these errors were encountered: