Garwin4j
Garwin4j
Hi, since it sounds like you are moving to the new project format, may I recommend that you take a look at the new Configuration API from Mircosoft. I have...
Thanks sir On Wed, Aug 28, 2019, 5:14 PM Andrew M wrote: > My apologies. It's been a hectic summer and I somehow missed these > requests. > I'll take...
Yeah putting a sleep worked for me. entrypoint.sh: ```bash sleep 25 && /opt/mssql-tools/bin/sqlcmd -S db -U sa -P Password -i /restore_db.sql & /opt/mssql/bin/sqlservr ``` Sidenote: put the /opt/mssql/bin/sqlservr after the...
> Garwin, is it possible to post the entire dockerfile of yours please @MathewsThankachan I don't know what to say... I am literally just seeing this request today. Forgive me....
Having the same issue.
@xiaody What seems to make it more stable for me is to set the `defaultScale` : ```
(First of all, thank you, @CrazyJson, soo much for this project ) What I did was this: ```c# class EmailQueueMapping : IEntityTypeConfiguration { public void Configure(EntityTypeBuilder builder) { builder.Property(x =>...
Hello I am getting this same error.