Pinned Loading
-
PocketBaseClient
PocketBaseClient PublicC# client to interact with a particular PocketBase application: an ORM mapped to your PocketBase server. [This project is in active development. The things described below could change]
-
XstReader
XstReader PublicForked from Dijji/XstReader
XstReader is an open source viewer for Microsoft Outlook’s .ost and .pst files (also those protected by unknown password). You can view and inspect all content and export messages and attachments (…
-
ConsoleProgressBar
ConsoleProgressBar PublicSimple and versatile ProgressBar for Console Applications, written in C#, .Net Standard 2.1. Progress and/or Marquee, with estimated remaining time, custom layouts, dynamic text, colors and more.
-
SimpleRandom-ThreadSafe
SimpleRandom-ThreadSafe PublicMulti type functions to work with Random numbers in a thread-safe way, in C# .Net Core 2.0. In one file to easily include in your projects
C# 4
-
Execute actions without block entire...
Execute actions without block entire application, Example: NonBlockingAction.Add(() => Console.WriteLine(line)); 1public static class NonBlockingAction
2{
3private static BlockingCollection<Action> _Queue = new BlockingCollection<Action>();
45static NonBlockingAction()
If the problem persists, check the GitHub status page or contact support.