Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View stiano's full-sized avatar

Block or report stiano

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. unleash-client-dotnet unleash-client-dotnet Public

    Unleash FeatureToggle Client for .Net

    C# 20 7

  2. Dapper.Encapsulated Dapper.Encapsulated Public

    Thin overlay over Dapper for better management of queries

    C# 2 1

  3. ReflectedTypes ReflectedTypes Public

    A library for doing simple reflection over types (that are not necessarily referenced by your project/library)

    C#

  4. NUnit testing dependencies NUnit testing dependencies
    1
    public static class TestExtensions
    2
    {
    3
        private static readonly JsonSerializerOptions JsonSerializerOptions = new JsonSerializerOptions()
    4
        {
    5
            WriteIndented = true,