home.social

#jetbrainsrider — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jetbrainsrider, aggregated by home.social.

  1. Why didn't I find this great feature of Rider earlier?
    It makes initialising records so much easier.

    And with a quick invocation of Fantomas, the record is reformatted to match our settings regarding { } alignment. We prefer the Aligned option.

    #fsharp #JetBrainsRider

  2. I finally have a #Suetum program actually running to its end!!!

    As the #Versu papers suggested, the actual program is insanely long for such a simple interaction (it's about 120 lines), but after all, the interesting part is that this puts the basis for multiple, interacting practices.

    So, during the holidays I'll probably put up a basic support for the editor (would love that to be #JetbrainsRider, but I've only created #vscode extensions!) and debugging tools!

    #praxis

  3. I can't believe how good the Azure DevOps Plugin for IntelliJ by @jgafner is.

    It's got all the features you can think of so you never have to use the Azure DevOps web UI again. Especially being able stay in the IDE for PR code reviews is very helpful.

    Anyone who has to work with Azure DevOps and uses a JetBrains IDE should check it out.

    plugins.jetbrains.com/plugin/2

    #AzureDevOps #JetBrains #JetBrainsRider #dotnet

  4. I can't believe how good the Azure DevOps Plugin for IntelliJ by @jgafner is.

    It's got all the features you can think of so you never have to use the Azure DevOps web UI again. Especially being able stay in the IDE for PR code reviews is very helpful.

    Anyone who has to work with Azure DevOps and uses a JetBrains IDE should check it out.

    plugins.jetbrains.com/plugin/2

    #AzureDevOps #JetBrains #JetBrainsRider #dotnet

  5. I can't believe how good the Azure DevOps Plugin for IntelliJ by @jgafner is.

    It's got all the features you can think of so you never have to use the Azure DevOps web UI again. Especially being able stay in the IDE for PR code reviews is very helpful.

    Anyone who has to work with Azure DevOps and uses a JetBrains IDE should check it out.

    plugins.jetbrains.com/plugin/2

    #AzureDevOps #JetBrains #JetBrainsRider #dotnet

  6. I can't believe how good the Azure DevOps Plugin for IntelliJ by @jgafner is.

    It's got all the features you can think of so you never have to use the Azure DevOps web UI again. Especially being able stay in the IDE for PR code reviews is very helpful.

    Anyone who has to work with Azure DevOps and uses a JetBrains IDE should check it out.

    plugins.jetbrains.com/plugin/2

    #AzureDevOps #JetBrains #JetBrainsRider #dotnet

  7. I can't believe how good the Azure DevOps Plugin for IntelliJ by @jgafner is.

    It's got all the features you can think of so you never have to use the Azure DevOps web UI again. Especially being able stay in the IDE for PR code reviews is very helpful.

    Anyone who has to work with Azure DevOps and uses a JetBrains IDE should check it out.

    plugins.jetbrains.com/plugin/2

    #AzureDevOps #JetBrains #JetBrainsRider #dotnet

  8. @bradwilson I saw your issue about #JetBrainsRider not supporting @xunit v3 with Microsoft.Testing.Platfrom v2

    With #dotnet 10 how would a minimal project using MTP v2 and #xunit v3 look like now.

    Like this?

    github.com/bitbonk/rider-mtp-v

    Or do I still need the xunit.v3.mtp-v2 package or even the bool msbuild properties
    TestingPlatformDotnetTestSupport or UseMicrosoftTestingPlatformRunner

  9. Loving the new Island themes in Rider.

    Especially the light one for some reason.

    #dotnet #JetbrainsRider

  10. I think I've found at least an opportunity for improvement in #JetBrainsRider @xunit test runner. When using `[MemberData]` and yielding `[new SomeRecordType(..)]`, individual child tests aren't reported in the test runner. I just get the "Failed: One or more child tests failed" at the `[Theory]` method level. If instead I flatten the record properties into individual `[Theory]` method arguments, everything works. I'll carve some time out to raise a #JetBrains YouTrack issue. Yet to see if this is specific to complex types, records or just arrays with a single entry.

  11. @nblumhardt Look, #JetBrainsRider learned a new #OpenTelemetry trick and it works pretty well with #SeriLog
    I wish there would be a similar @seq plugin for Rider that would just spin up a local dev Seq instance for me and sow the logs directly in the IDE.

    github.com/bitbonk/OTELSerilog

    #dotnet #o11y #observability #dotnet

  12. Ok, turns out #JetbrainsRider has some weird behaviour when it comes to picking up environment variables (and these issues are know for 3 years 🥲).

    rider-support.jetbrains.com/hc

    The solution in my case: I added the environment variable to "/etc/environment" (no other file would work for me). Then Rider suddenly could see it. 🤷‍♂️

    #JetBrains #Rider #Dotnet #Csharp #MonoGame #Linux

  13. EDIT: Answer found, see mastodon.gamedev.place/@duke_o
    Thank you for boosting! 🧡

    🙏 Help needed with #JetBrainsRider under #Linux :

    How can I make an environment variable known to the build process in #Rider ?

    I am trying to build a #MonoGame project including shaders, and mgcb requires the env variable MGFXC_WINE_PATH.

    The variable is set (and works perfectly from the command line when I run "dotnet build"), but Rider does not pick up on it at all.

    I would appreciate any tip! 🙏

    #dotnet #CSharp

  14. Help JetBrains better understand how developers work in .NET development and shape the future of the tooling for this market.

    surveys.jetbrains.com/s3/dotne

    #JetBrainsRider #dotnet

  15. Just discovered #JetBrainsRider feature of making code diagrams!
    Got inspired to use it to document my game's asset loading pipeline.

    I think this reflection method for loading content could be used for modding as well. (I wrote this system probably over a year ago >_<)

    #Asteroidians #gamedev #indiedev #csharp #dotnet #programming

  16. Did you folks know that #datagrip is in #JetBrainsRider?

    When executing queries, you can view results in table format or click “Switch to Chart" to display data in various visualizations, including line, pie, and bar charts.

    #database #sql #dotnet #postgres

  17. Holy macaroni for #winform developers. #JetBrainsRider gets a Windows Form designer for .NET Core projects. #dotnet

  18. Ok so I've been using the new local LLM from #JetBrainsRider with the new 2024.2 EAP7 release for my #dotnet projects and I'm loving it so far.

    It works damn fast and even perfectly "knows" how to assist with code from libraries like #FastEndpoints.

  19. Ok so I've been using the new local LLM from #JetBrainsRider with the new 2024.2 EAP7 release for my #dotnet projects and I'm loving it so far.

    It works damn fast and even perfectly "knows" how to assist with code from libraries like #FastEndpoints.