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
* Add var guidance to xml
* Remove global.json
* Ignore vs vode .devcontainer
* Move XMLtoMD project
* Change Guideline to record from class
* Add GuidelineXmlToMD mstest project
* Implement GuidelineXmlFileReader test
Currently there is not guidance in the docs around
var
. With C# 9, this also somewhat expands to target-typed new expressions as well.Previously the only written guidance was in Tom's blog.
We believe there should be some additional guidance provided here as well:
Both of the following should be put in a "Variables" section under "Coding"
var
any time that the initialization of the variable clearly shows what the variable will contain.The text was updated successfully, but these errors were encountered: