-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Dotnetup: Shell profile modification for PATH and DOTNET_ROOT #53447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d98fd2f
f600b95
b22597c
99e2359
d76fcd0
f9f50ba
a2dc117
30e041c
c0369df
f9228c6
9115b46
f498262
406b1bf
418ca64
2db5bcc
e5e071f
30353d5
cbf43ba
1b15b8a
82c8340
2143ad3
2e20591
9eb7acf
3d921b2
9c8a286
05f12f1
469e1e1
ec74344
fb3e47f
72bdbbc
0b32540
5e8ae65
41c0aaa
f181c8f
e37ba1c
e5ecf33
5cd9eb3
6baddc4
4ce4f3b
06eef24
390787f
a7508d0
919a1a3
bcd8a1b
676a295
44b57e0
d9c3260
7601613
3f698c0
66f8747
638361d
3437ba2
5cbb0a2
a0a64ce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -425,7 +425,7 @@ dotnet_diagnostic.IDE0019.severity = warning | |
| dotnet_diagnostic.IDE0028.severity = warning | ||
|
|
||
| # IDE0305: Collection expression can be simplified | ||
| dotnet_diagnostic.IDE0305.severity = warning | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: why was this changed to a suggestion?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm used to calling ToList() at the end of a LINQ expression, and I wasn't sure the new syntax ( |
||
| dotnet_diagnostic.IDE0305.severity = suggestion | ||
|
|
||
| # IDE0032: Use auto-property | ||
| dotnet_diagnostic.IDE0032.severity = warning | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.