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)
-
0
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.
-
0
Is Rad 1.3.1 released? Please keep me posted
-
0
not published yet.