Giter Site home page Giter Site logo

Comments (7)

cezarypiatek avatar cezarypiatek commented on May 16, 2024

Hi

Thanks for the feedback. I'm still working on VS 15.5.0 so I haven't had chance to test it on newer version. Could you provide a sample code that cause this exception of code fix?

from mappinggenerator.

OmiCron07 avatar OmiCron07 commented on May 16, 2024

I have a lot of null reference exceptions too. VS 15.6.4 and I get a lot of these errors when creating a response :

using System.Collections.Generic;
using System.Runtime.Serialization;
using Nms.Client.Abf.Shared.Contracts.Detailing.Entities;

namespace Nms.Client.Abf.Shared.Contracts.Detailing
{
  [DataContract]
  public class GetDetailingStatusesResponse : BaseAbfResponse
  {
    public GetDetailingStatusesResponse()
    {
    }

    public GetDetailingStatusesResponse(List<StatusEntity> statuses)
    {
      Statuses = statuses;
    }


    public List<StatusEntity> Statuses { get; }
  }
}

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

I've installed VS 15.6.5 but I'm unable to reproduce this problem. I would like to help but I need an example code that cause this issue. Maybe there was an issue with roslyn and VS 15.6.4 and 15.6.5 update fixed that.

from mappinggenerator.

OmiCron07 avatar OmiCron07 commented on May 16, 2024

ClassLibrary5.zip

There a repro with a .Net Standard class library, didn't test with a classic class library.

using System.Collections.Generic;

namespace ClassLibrary5
{
  public class GetReportsResponse : BaseAbfResponse
  {
    public GetReportsResponse(List<string> reports)
    {
    }
  }

  public abstract class BaseAbfResponse
  {
    public bool IsSuccessful => true;
  }
}

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

@OmiCron07 thanks for the example code which helped me to reproduce the issue. I've prepared the fix but I'm unable to test it because of the issue dotnet/roslyn#25962 This also prevents me from releasing fix for #13

from mappinggenerator.

OmiCron07 avatar OmiCron07 commented on May 16, 2024

Does the version 15.6.6 fix the problem? There are no release notes yet.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

The problem seems to persist in 15.6.6 (unlike #13)

from mappinggenerator.

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.