aspnetcore/src/Middleware/CORS
Chris Pickford 3eb778fb41
Added null check to CorsPolicyBuilder (#19831)
* Added null check to CorsPolicyBuilder

* Replaced string.IsNullOrEmpty with null check

* Added inner null check + updated unit test

#19830

* Unit Tests: Reverted Theory to separate Facts

* Strongly typed args

Co-authored-by: Chris Pickford <chris.pickford@aldautomotive.com>
2020-03-30 19:32:30 +00:00
..
ref
src Added null check to CorsPolicyBuilder (#19831) 2020-03-30 19:32:30 +00:00
test Added null check to CorsPolicyBuilder (#19831) 2020-03-30 19:32:30 +00:00
CORS.slnf