Uh oh!
There was an error while loading. Please reload this page.
Use explicit types - #2855
Conversation
95b56d3 to
dfa0188Comparestefannikolei
commented
Dec 22, 2024
I had to install libgdiplus for ubuntu-latest. it seems it was changed from ubuntu 22-04 to 24-04 in the last days |
| ref T sRef = ref MemoryMarshal.GetReference(span); | ||
| var vmin = new Vector<T>(min); | ||
| var vmax = new Vector<T>(max); | ||
| Vector<T> vmin = new Vector<T>(min); |
There was a problem hiding this comment.
Let's make sure we use target -typed-new expressions where possible.
There was a problem hiding this comment.
ok gonna look into configuring it and then change all places
2fb6d7a to
963166bCompare963166b to
9be1ec9CompareUh oh!
There was an error while loading. Please reload this page.
stefannikolei
commented
Feb 28, 2025
@JimBobSquarePants When you wanna merge this, ping me and I will recreate this pr |
stefannikolei
commented
Jun 19, 2025
@JimBobSquarePants do you want me to recreate this? Perhaps a good point in time when v4 is released or right before it when no big refactoring or new features are in progress |
JimBobSquarePants
commented
Jun 19, 2025
Yeah, I’m on holiday just now so it’s a prime time to get in before I introduce more conflicts! 🤣 |
Use explicit type instead of var.
Now only this is changed not as in #2803 where some more things were changed and Stylecop was not happy with it