Chester Chen
Chester Chen
 i got an error message orig_iat field is required. the settings is : `REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework_jwt.authentication.JSONWebTokenAuthentication', 'rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.BasicAuthentication', ), }`
how can i start the project NLedge.CLI
My Project is .Net Framwork and name is WebApplication3. Use the nuget package Elastic.Apm.AspNetFullFramework  I set the ServiceName as TestFromworkSite as below ``` ``` but there is no data...
Why are there no documents about dotnetty?
The code **_ApplicationModule_** should be removed in blazor. It make someone confused because it's useless. 
I think it exactly one issue will cause the HIGH CPU USAGE. I create a dump and below is the callstask. It seems some while cause this issue. ``` OS...
This error occurs if I use `CallContext.LogicalSetData` before method `IsolatedRazorEngineService.Create()` and set an entity that is not marked [Serializable]. here is a demo to produce this error. ``` using RazorEngine.Templating;...