Morridis
Morridis
Explore posts from servers
CC#
Created by Morridis on 11/18/2024 in #help
✅ Does .NET 8 compiled by .NET 9 sdk as production ready as .NET 8 compiled by .NET 8 sdk?
!close
5 replies
CC#
Created by Morridis on 11/18/2024 in #help
✅ Does .NET 8 compiled by .NET 9 sdk as production ready as .NET 8 compiled by .NET 8 sdk?
Got responce here: https://discord.com/channels/143867839282020352/663803973119115264/1308032413590618153 tl;dr .NET 9 have same quality stadard as .NET 8 closing
5 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
No description
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
Each time I see someone did some simple mistake I prefer to enable related rule and make bot comment PR on those
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
Makes my work way less repetitive
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
Or sumilar stuff
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
It's so much easier when you don't have to constantly ask people disposed disposables correctly, or propagate cancellation tokens
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
And I don't have to watch out for those in PR's
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
So if disposed undisposed it leaves comment in PR
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
I agree but I still see value in those when I connect them to pipeline and let pipeline leave comments in PR's
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
I disable those
<Rule Id="SA0001" Action="None" />
<Rule Id="SA1000" Action="None" />
<Rule Id="SA1008" Action="None" />
<Rule Id="SA1009" Action="None" />
<Rule Id="SA1010" Action="None" />
<Rule Id="SA1011" Action="None" />
<Rule Id="SA1101" Action="None" />
<Rule Id="SA1111" Action="None" />
<Rule Id="SA1201" Action="None" />
<Rule Id="SA1309" Action="None" />
<Rule Id="SA1633" Action="None" />
<Rule Id="SA1124" Action="None" />
<Rule Id="SA1015" Action="None" />
<Rule Id="SA1211" Action="None" />
<Rule Id="SA1516" Action="None" />
<Rule Id="SA1001" Action="None" />
<Rule Id="SA1204" Action="None" />
<Rule Id="SA1413" Action="None" />
<Rule Id="SA1501" Action="None" />
<Rule Id="SA1502" Action="None" />
<Rule Id="SA1503" Action="None" />
<Rule Id="SA1822" Action="None" />
<Rule Id="SA1024" Action="None" />
<Rule Id="SA1027" Action="None" />
<Rule Id="SA1118" Action="None" />
<Rule Id="SA1119" Action="None" />
<Rule Id="SA1208" Action="None" />
<Rule Id="SA1210" Action="None" />
<Rule Id="SA1313" Action="None" />
<!-- CA1062: Validate arguments of public methods -->
<Rule Id="CA1062" Action="None" />
<Rule Id="SA0001" Action="None" />
<Rule Id="SA1000" Action="None" />
<Rule Id="SA1008" Action="None" />
<Rule Id="SA1009" Action="None" />
<Rule Id="SA1010" Action="None" />
<Rule Id="SA1011" Action="None" />
<Rule Id="SA1101" Action="None" />
<Rule Id="SA1111" Action="None" />
<Rule Id="SA1201" Action="None" />
<Rule Id="SA1309" Action="None" />
<Rule Id="SA1633" Action="None" />
<Rule Id="SA1124" Action="None" />
<Rule Id="SA1015" Action="None" />
<Rule Id="SA1211" Action="None" />
<Rule Id="SA1516" Action="None" />
<Rule Id="SA1001" Action="None" />
<Rule Id="SA1204" Action="None" />
<Rule Id="SA1413" Action="None" />
<Rule Id="SA1501" Action="None" />
<Rule Id="SA1502" Action="None" />
<Rule Id="SA1503" Action="None" />
<Rule Id="SA1822" Action="None" />
<Rule Id="SA1024" Action="None" />
<Rule Id="SA1027" Action="None" />
<Rule Id="SA1118" Action="None" />
<Rule Id="SA1119" Action="None" />
<Rule Id="SA1208" Action="None" />
<Rule Id="SA1210" Action="None" />
<Rule Id="SA1313" Action="None" />
<!-- CA1062: Validate arguments of public methods -->
<Rule Id="CA1062" Action="None" />
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
We all do dumb errors
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
But those analyzers help with dumb erros
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
Completely agree
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
If you mean mess with unneeded imports, I have no way to do it as for now
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
If you mean security
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
For those I have step with OWASP analyzer
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
I'm strive to write less bugged code
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
You got me again I guess
44 replies
CC#
Created by Morridis on 10/11/2024 in #help
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
I understand, I just stumbled upon this such rule in otherwise great looking .NET analyzer Meziantou.Analyzer and I'm assumed Im just don't know something important. Currently I use those: IDisposableAnalyzers StyleCop.Analyzers the ones that SonarQube use when scan Blacklisted for reason other than obsolete: EcoCode
44 replies