Base solution for your next web application

Activities of "annoure"

<cite>felixbeltran: </cite> Hi,

I'm running the code with npm run hmr

Every time I make a modification to the code the compiler takes too long to refresh. It get stucked for several seconds in step "92% chunk asset optimization". Productivity is really low. Do you have any idea how to make it faster?

Thanks.

try with yarn. It's work for me

yarn run hmr

It will be great if there is way to integrate this module: [https://marketplace.visualstudio.com/items?itemName=SimonHughes.EntityFrameworkReversePOCOGenerator])

Yes i'll right ;-)

I encountered a problem when saving the date in the database, I have to save members' payments a month: the display of the UI page is right, but the backup in the database is not fair yet it is the same variable. (UI: 01-01 / 2018 and in database: 31-12-2017) !!!! date on GUI: [http://prntscr.com/jjx8y2]) Date on debug: [http://prntscr.com/jjx8an])

Despite that I used: DateTime now = Clock.Now; I have the same problem

Thank you

public override void PreInitialize() { //workaround for issue: <a class="postlink" href="https://github.com/aspnet/EntityFrameworkCore/issues/9825">https://github.com/aspnet/EntityFramewo ... ssues/9825</a> //related github issue: <a class="postlink" href="https://github.com/aspnet/EntityFrameworkCore/issues/10407">https://github.com/aspnet/EntityFramewo ... sues/10407</a> AppContext.SetSwitch("Microsoft.EntityFrameworkCore.Issue9825", true);

        Configuration.Auditing.IsEnabledForAnonymousUsers = true;
     &lt;span style=&quot;color:#40BF00&quot;&gt;   Clock.Provider = ClockProviders.Utc;&lt;/span&gt;

This modification must be applied on DigiappsCoreModule in core project Resolve my Pb

Question

Some one can help me to implements service workers with angular CLI ?!! :|

Thanks

My problem is the message: 'No' Access-Control-Allow-Origin 'header is present on the requested resource. Origin 'http: // localhost: 4200' is therefore not allowed access. "

I am still on verion 5.5 of ASpnetzero. The front and back are local, here are the configs: Appsettings.js:

"App": { "ServerRootAddress": "http: // localhost: 22742", "ClientRootAddress": "http: // localhost: 4200",

"CorsOrigins": "http: //.mycompany.com,http: // localhost: 22742, http: // localhost: 4200, http: //www.certigreen.be,http: //www.certigreen.be /public/"

}

Appconfig.json

"remoteServiceBaseUrl": "http: // localhost: 22742", "appBaseUrl": "http: // localhost: 4200",

When I change the url of self.temporaryPictureUrl = "http://www.certigreen.be/public/visits/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; at //self.temporaryPictureUrl = AppConsts.remoteServiceBaseUrl + '/ Temp / Downloads /' + 'visits.json'; I have the erratic message mentioned above. Help me please

This url gives me a json file. I hid the url on purpose. When I type the full url I have access to this file. It's my local configuration that is problematic

[https://prnt.sc/kggzg7])

Thank you for all these clarifications.

The Current .Net SDK does not support targeting .Net Core 2.2 Target .Net Core 2.1 or Lower

I installed dotnet-sdk-2.2.203-win-x64.exe But I can not configure it in VS 2017. That it will help me thank you

Showing 11 to 20 of 22 entries