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
Just wondering, is this option supposed to work with .NET Framework projects (in case it matters: 4.8)? And in case the answer is "no", will it be supported later on (perhaps when it leaves the experimental stage)? I realize it is still experimental right now, but since most other .editorconfig improvements work just fine I wanted to see how far off target we are. Except the build went just fine.
It works as expected in a new .NET 5 project (with my example being dotnet_diagnostic.IDE0055.severity = warning, TreatWarningsAsErrors = true and EnforceCodeStyleInBuild = true then misaligning the sample code), but does basically nothing in a .NET Framework 4.8 project with the same settings.
It does have the same squiggles inside Visual Studio, but I guess that also worked before.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just wondering, is this option supposed to work with .NET Framework projects (in case it matters: 4.8)? And in case the answer is "no", will it be supported later on (perhaps when it leaves the experimental stage)?
I realize it is still experimental right now, but since most other
.editorconfig
improvements work just fine I wanted to see how far off target we are. Except the build went just fine.It works as expected in a new .NET 5 project (with my example being
dotnet_diagnostic.IDE0055.severity = warning
,TreatWarningsAsErrors = true
andEnforceCodeStyleInBuild = true
then misaligning the sample code), but does basically nothing in a .NET Framework 4.8 project with the same settings.It does have the same squiggles inside Visual Studio, but I guess that also worked before.
Beta Was this translation helpful? Give feedback.
All reactions