Lukasz Przestrzelski

Avatar
  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 4
  • Created

    Process doesn't have loaded .NET runtimes

    I have a problem. Once in a while I use Attach To Remote Process. It used to work perfectly for months. Suddenly, not so long ago, everywhere I tried, I got the error in my Rider “Process XXXX does...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    String argument to interpolation

    What is the fastest way to convert string argument to string interpolation? I mean to changeMethod(stringVar)toMethod($"{stringVar}")Sometimes I need to add some text or another variable. I know I ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    SQL syntax highlighting is not working "with"

    When I have a string (regular or raw) with SQL code in it, the syntax is highlighted and even SQL Intellisense works.It works, when the string starts with SELECT, UPDATE, INSERT and maybe a few oth...
    • 4 followers
    • 4 comments
    • 1 vote