Giter Club home page Giter Club logo

.net-core-client's People

Contributors

goldensun8891 avatar hjewkes avatar israphel avatar jwaimann avatar mssplitio avatar nicozelaya avatar patricioe avatar sanzmauro avatar senhorcastor avatar tinchoignacio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

.net-core-client's Issues

.NET Api Key requirement for proxy sdk

With the Javascript SDK we can provide an empty api key when connecting to a split proxy.

core: {
        // This is set by the proxy config
        authorizationKey: '',
        key: user.id?.toString() ?? '',
      },

Why is an Api key required for the .NET SDK if connecting to a split proxy?

No async public api

Hi guys,
Currently, we trying to integrate split.io product into our system with .NET Core backend.
And we a quite confused because we do not see any async public API.
Are there some reasons for it?
Thank you :)

SDK is not signed

We get an exception when attempting to load the assembly via a shared assembly.

CSC : warning CS8002: Referenced assembly 'Splitio, Version=6.2.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

Add support for Guid

The BaseMatcher class does not support Guid for the value type in the base implementation of Match().

Could this be added as a simple pass through to the string type evaluation by calling Guid.ToString()?

Cache invalidation

Hi all,
Does the library support some cache invalidation? As I see it's housing memory cache by default and Redis if needed.
Problem
For example this call returning "on" value
var treatment = splitClient.GetTreatment("key", "swaggerEnabled");

But when after that I change the value in split.io app to "off" and repeat
var treatment = splitClient.GetTreatment("key", "swaggerEnabled");
I receive old value instead.
Maybe for each request, I should recreate ISplitClient?
Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.