Slow performance running .net 4.8
I'm using Rider and I've noticed very slow performance when trying to run a .net 4.8 web application (React front end). When running in debug, rider generated hundreds of messages “the parameters to the Event method do not match the parameters to the WriteEvent method. This may cause the event to be displayed incorrectly” and I believe this may be the source of the slowness, but I don't know a resolution.
I can debug w/VS with no issues.
Has anyone seen this before or have a solution?
Please sign in to leave a comment.
Hello,
Could you let me know if changing
Run | Edit configurations | Runtime
setting from<Automatic>
to.NET Framework
makes any difference?Thank you.