yuessir

Results 5 issues of yuessir

--With encapsulation of the the interface ScheduleJobManager, which support DI. Like following: ``` await _scheduleJobManager.ExecuteScheduleAsync(args1); await _scheduleJobManager.ExecuteBackgroundJobAsync(null, new TimeSpan(0, 0, 5, 0), args1); ```

``` public unsafe static async Task CreateJiraIssue(int projectId, string issueSubj, string body, TicketBasicInfo ticket, int issueTypeId) { string text = string.Format(JiraUrl + "/rest/api/2/issue"); dynamic val = new JObject(); val.fields =...

Bug
Decompiler
C#
Async

請問如何render PDF? 要先轉XPS? 我轉成XPS後仍然無法render 請問可以給一個範例嗎?

The preview feature can not work on IOS'(16.7) safari browser.

enhancement