Giter Club home page Giter Club logo

docs's Introduction

docs

Home of ServiceStack documentation.

docs's People

Contributors

arialdomartini avatar bhameyie avatar bjarki avatar bwalti avatar c0shea avatar camerontucker avatar celowsky avatar chrisbellew avatar daghb avatar danmiser avatar davecanderson avatar deonheyns avatar dependabot[bot] avatar f3 avatar georgehemmings avatar glaidler avatar guerrillacoder avatar jess-dev avatar jezzsantos avatar kevinhoward avatar kustnodi avatar labilbe avatar layoric avatar macgriffiths avatar mythz avatar nad-au avatar shakesoft avatar sweetog avatar wwwlicious avatar xplicit avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

Paid but Free: marketplace image shows 'paid' - needs replacing

Hi guys, I would have put a PR in myself but the asset:
https://raw.githubusercontent.com/ServiceStack/Assets/master/img/servicestackvs/vsgallery-download.png
Doesn't seem to be in a GitHub repo I can find.

I did a search for occurrences:
https://github.com/search?p=2&q=vsgallery-download.png&type=Code

I though this one would be more encouraging, I had to double check, when I say "paid".

BTW - thanks for making it free. Keep up the good work.

image

appsettings.json license option does not appear to work

Continue to get the license error even when license is applied to the appsettings.json file:

ServiceStack.LicenseException: The free-quota limit on '6000 Redis requests per hour' has been reached.

  • OS : Windows 10 Enterprise
  • Visual Studio Version : Microsoft Visual Studio Professional 2019 Version 16.11.1
  • Target Framework : .Net 5.0
  • ServiceStack.Redis.DLL File Version : 5.12.0.0
  • appsettings.json file encoding: "Western European (Windows) - Codepage 1252"
  • The Sourcecode option does work: Licensing.RegisterLicense("18242-e1JlZ...==");

{
    "servicestack": {
        "license": "{18242-A1JIZ.....==}"
    }
}

This option should work, but does not:

{
    "servicestack": {
        "license": "18242-A1JIZ.....=="
    }
}

{
    "servicestack": {
        "license": "{A1JIZ.....==}"
    }
}

{
    "servicestack": {
        "license": "A1JIZ.....=="
    }
}

RouteSummary property in OpenApiFeature does not exist

The Open API docs states:
The Swagger UI groups multiple routes under a single top-level route that covers multiple different services sharing the top-level route which can be specified using the RouteSummary dictionary of the OpenApiFeature plugin, e.g:

Plugins.Add(new OpenApiFeature {
    RouteSummary = {
        { "/top-level-path", "Route Summary" }
    }
});

but RouteSummary isn't available, at least not in ServiceStack.Api.OpenApi v5.7.0

Cancellable request doc seems to be wrong

Hi,

I don't think the docs for cancellable request of service stack is correct. I am trying to implement the same and I am finding things missing.

Link - https://docs.servicestack.net/cancellable-requests

So the issues I found are

  • Guid generation method is not correct. If I copy the below code into doc, I get error
var tag = Guid.NewGuid().ToString();
  • JsonServiceClient does not seem have a method that exposes the request object, to set the Xtag in header.

Kindly look through the docs. Thanks

Line 250 in MultiTenancy has incorrect signature

OrmLiteAuthRepositoryMultTenancy(container.TryResolve<IDbConnectionFactory>())

won't work as it's expecting a 2nd parameter which is an array of strings. Not sure whether passing null or empty string to this method breaks things so would be great if this was detailed in this example.

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.