aspnet / Routing

[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
272 stars 122 forks source link

Declare out variables inline, and use discards #873

Closed drieseng closed 6 years ago

drieseng commented 6 years ago

Declare out variables inline, and use discards when we do not need the value.

drieseng commented 6 years ago

Let me know if you prefer to use out var.

rynowak commented 6 years ago

Let me know if you prefer to use out var.

Our guidelines are to use var everywhere that it's possible/feasible.

drieseng commented 6 years ago

Should be ok now. Sorry for the commit/merge mess.