Uh oh!
There was an error while loading. Please reload this page.
Throwing FormatException when a required property from Microsoft.Extensions.DependencyModel is empy - #60842
Conversation
ghost
commented
Oct 25, 2021
Tagging subscribers to this area: @eerhardt Issue DetailsUpdating property types (strings) to be nullable for:
This enables removal of all
|
Microsoft.Extensions.DependencyModelMicrosoft.Extensions.DependencyModelfilipjelic
commented
Oct 27, 2021
@eerhardt Ready for review. |
…pty values. Adding unit tests to check for specific null/empty value cases
eerhardt
left a comment
There was a problem hiding this comment.
Looks like a good start, @filipjelic. Thanks.
I have left some comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Updating PR according to comments
filipjelic
commented
Oct 28, 2021
@eerhardt Code and unit tests have been updated accordingly. |
eerhardt
left a comment
There was a problem hiding this comment.
Looking good. Just a few last comments to fix up.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ncyContextJsonReader.cs
eerhardt
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the contribution @filipjelic!
Microsoft.Extensions.DependencyModelMicrosoft.Extensions.DependencyModel is empyMicrosoft.Extensions.DependencyModel is empyFormatException when a required property from Microsoft.Extensions.DependencyModel is empy
Throwing
FormatExceptionwhen a required property is null/empty.This enables removal of all
!operations addressed in #58139 (comment)