Base solution for your next web application
Open Closed

Rad - Error and service proxy refresh #4861


User avatar
0
faisalalam created

Generating class by rad tools , it show a error message like this : cannot implicity convert int? to string

My scenario is like this: if (output.myClassName.foreignClassId != null) { var foreignClass = await _foreignClassRepository.FirstOrDefaultAsync((int)output.MyClassName.ForeignClassId); output.ForeignClassTenantId = foreignClass.TenantId; }

another problem I faced when serviceproxy is created at that time nswag=>refresh.bat is refresh more than 5 times otherwise the error cannot be resolve in service-proxy.module.ts class I want to generate service-proxy by one clicked of refresh.bat.


3 Answer(s)
  • User Avatar
    0
    yekalkan created

    Same issue <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/916#issuecomment-372924738">https://github.com/aspnetzero/aspnet-ze ... -372924738</a>

    It will be fixed in 1.3.1 release.

  • User Avatar
    0
    faisalalam created

    Is Rad 1.3.1 released? Please keep me posted

  • User Avatar
    0
    alper created
    Support Team

    not published yet.