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 CarlTrading, 03-31-2026, 09:41 PM
            1 response
            43 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            20 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            30 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            48 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            38 views
            0 likes
            Last Post CarlTrading  
            Working...
            X