Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT IDE problem?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NT IDE problem?

    NT ide marks as syntex error such lines:

    Code:
    public Brush xyz => somebrush;
    I think because NT ide doenst fully support Lambda expressions?

    in ide, this comes out:
    Click image for larger version  Name:	t5SOfbm.png Views:	1 Size:	3.6 KB ID:	1048239

    similarly, we cant use this:

    public int smth { get; set; } = 123;

    but Visual Studio allows.
    Last edited by ttodua; 02-14-2019, 02:15 PM.

    #2
    Ah, I see this is still similar to my old topic: https://ninjatrader.com/support/foru...e-not-possible

    it's not supported in NT. ok.

    Comment


      #3
      Hello TazoTodua,

      Thanks for your post.

      This is correct that this sort of custom C# code would not be supported by NinjaTrader. We are tracking interest to update the versions of .NET and C# that NinjaTrader uses under the ticket ID SFT-3124. I have addded a vote on your behalf.

      As with other req

      Comment


        #4
        Hello TazoTodua,

        Thanks for your post.

        This is correct that this sort of custom C# code would not be supported by NinjaTrader. We are tracking interest to update the versions of .NET and C# that NinjaTrader uses under the ticket ID SFT-3124. I have added a vote on your behalf.

        As with other feature requests, we cannot offer an ETA or promise of fulfillment, but your interest is tracked.

        Please let us know if we can be of further assistance.

        Comment


          #5
          You can manually set the language version in Visual studio so that it stops proposing code completions for C# 6 or 7 which are not supported by Ninjatrader's compiler. The attached screenshot shows how to do this.

          If you're using resharper, then add this to your sln.DotSettings file:

          <s:String x:Key="/Default/CodeInspection/CSharpLanguageProject/LanguageLevel/@EntryValue">CSharp50</s:String>
          Last edited by kevinenergy; 02-20-2019, 03:51 AM.

          Comment


            #6
            kevinenergy thanks for tip!

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            597 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            343 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            103 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            556 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            555 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X