Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "yekalkan"

Answer

Hi @paulg

" .Web.Host" should be set as startup project.

".EntityFrameworkCore" is set like below

see <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Angular#database-migrations">https://aspnetzero.com/Documents/Gettin ... migrations</a>

It generates the files but they in wrong directory, if you have an angular merged project. You can copy them from //src//{{Namespace_Here}}.Web.Host//src//app...

Sorry for the issue, it will be fixed in 1.3.1 ( today or tomorrow).

Developer count and project name are checked.

For instance, one of the things I read is about developer count. If I have my code over 2 machines one at home and one at the office, does that count as 2 developers or 1?

Yes, it counts as 2. But we have a fair tolerance and you won't have any problem even if all your developers use more than one machine.

Answer

Hi @GBadenhorst,

We are aware of that Swagger issue. Deleting of one of the classes that has same schema is the easiest solution for now.

see also <a class="postlink" href="https://stackoverflow.com/questions/46071513/swagger-error-conflicting-schemaids-duplicate-schemaids-detected-for-types-a-a">https://stackoverflow.com/questions/460 ... -types-a-a</a>

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.

Seems like same issue: <a class="postlink" href="https://stackoverflow.com/questions/32835946/multiple-modal-dialog-scroll-bar-bootstrap-v-3-3-5-not-working-well">https://stackoverflow.com/questions/328 ... rking-well</a>

Is your project mvc+jquery or angular?

Answer

Tool is only modifying English localization file. It is not possible to change it for now.

Namespace and class name are equal, therefore vs says 'you are using a namespace like a type'. This is a rare and usually unwanted case but we'll try to solve it.

Solution for you:

  • use 'Country.Country' instead of 'Country'.

You can place the entities in 'LookUp' namespace. Or re-name the namespaces as plural (LookUp.States, LookUp.Countries).

@raasforce Did you create both those entities using rad tool? Can you share them?

Showing 271 to 280 of 314 entries