To me, only the "new Claim() -> new()" is (kind of) obvious - the others aren't. E.g., the implicit new Uri() for the BaseAddress is only obvious if you have good knowledge of that API.
I don't think this would be a good change for this showcase project.
To me, only the "new Claim() -> new()" is (kind of) obvious - the others aren't. E.g., the implicit
new Uri()
for the BaseAddress is only obvious if you have good knowledge of that API.I don't think this would be a good change for this showcase project.