| GitHub | https://github.com/filipnavara |
| GitHub | https://github.com/filipnavara |
#JetBrains is running a 65% off the first year for #JetBrainsRider. Thatβs $4/mo! π±
We also offer perpetual fallback licenses. This should get you into the #dotnet 8 era for development on #Windows, #Linux, and #macOS.
Rider supports #aspnetcore, @avaloniaui, #MAUI, #Unity, and other .NET stuff.
Check it out before firing up the grill for Labor Day. πΊπΈππΊ
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. - GitHub - RobotsAndPencils/XcodesApp: The easiest way to install and switch between multiple version...
I just learned from Marc Gravell that these are false:
Version.Parse("6.0") >= Version.Parse("6.0.0")
Version.Parse("6.0.0") >= Version.Parse("6.0.0.0")
And these are true:
Version.Parse("6.0.0") >= Version.Parse("6.0.0")
Version.Parse("6.0") < Version.Parse("6.0.0")
Version.Parse("6.0.0") < Version.Parse("6.0.0.0")
I'm gonna need more coffee.