Code Monkey home page Code Monkey logo

Comments (7)

sboulema avatar sboulema commented on August 18, 2024

Good enhancement!

Should be to difficult to add :)

from codenav.

Bergam64 avatar Bergam64 commented on August 18, 2024

Hello Samir,

I'm using the latest version (8.9.34 on VS 2019 v16.11.4), but it still doesn't recognize records. No apparent change on that level since v8.8.32.

Please investigate.

Thanks in advance,
Didier

from codenav.

sboulema avatar sboulema commented on August 18, 2024

Could you please share a source file?

It looks to be working for me with my simple .cs file:
image

from codenav.

Bergam64 avatar Bergam64 commented on August 18, 2024

Hello Samir,

Here's one:

using Elsa.Activities.Http.Models;

namespace ElsaWorkflows.Models
{
    /// <summary>
    /// This model represents the 2 parts of the response of a <see cref="Elsa.Activities.Http.SendHttpRequest"/>
    /// activity.
    /// </summary>
    public record SendHttpRequestResponse(HttpResponseModel Model, object? Body);
}

Note: if you need this file to be compilable, install NuGet package Elsa 2.3 or later.

Best regards,
Didier

from codenav.

Bergam64 avatar Bergam64 commented on August 18, 2024

My previous post was about v8.9.35.
I've just upgraded to v8.9.38 and the problem is still present.

from codenav.

sboulema avatar sboulema commented on August 18, 2024

Could you please test if this version fixes the problem?

Records work in the VS 2022 version of CodeNav, but getting it to work in the VS 2019 version might create some weird nuget package errors.

CodeNav.VS2019.zip

from codenav.

Bergam64 avatar Bergam64 commented on August 18, 2024

Samir,

I haven't tried v8.9.39 attached in your previous post, but v8.9.40, which I've installed earlier today, no longer has the problem on VS 2019.

Thanks!

from codenav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.