Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Lightweight extension methods for Magick.NET for typincal cropping, scaling and resizing for the web.
C# 1 1
Example .NET Core app using CQ(R)S with Dapper
C# 9 4
C#
Parser for filter expression built with Antlr4 and .NET Core
async Task Main()
{
var task1 = Task.Run(async () => {
await Task.Delay(500);
throw new Exception("Exception from task 1");
JavaScript