Chester Chen

Results 7 issues of Chester Chen

![image](https://user-images.githubusercontent.com/35944271/55785301-bf4c4200-5ae4-11e9-9993-ac8ee25e8b81.png) 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 ![image](https://user-images.githubusercontent.com/35944271/143157418-de117085-4338-467c-a115-4e5b2414eb14.png) I set the ServiceName as TestFromworkSite as below ``` ``` but there is no data...

bug
agent-dotnet

Why are there no documents about dotnetty?

The code **_ApplicationModule_** should be removed in blazor. It make someone confused because it's useless. ![image](https://user-images.githubusercontent.com/35944271/184781908-c76e78c3-3383-4bbb-9dda-581afb6ed963.png)

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;...