• [^] # Re: Publicité mensongère éhontée ?!!

    Posté par . En réponse à la dépêche .NET 6 est sorti - La version la plus rapide à ce jour. Évalué à 10.

    Bonjour,

    Pour commencer, je suis dev dot.net depuis plus de 10 ans et je suis bien heureux de l'ouverture open source de la plateforme mais vérifier les dépendance est une bonne idée parce-que lors de la création d'un nouveau projet avec ASPNet core 6 incorporant l'identification individuelle, si vous prenez la peine de jeter soit un coup d'œil aux documents, soit aux package qui sont chargés lors de l'utilisation vous vous rendrez compte que les packages utilisés pour intégrer un serveur d'identification basé sur oauth ne sont plus ceux open source d'Identity serveur 4, mais ceux de Duende Server. Pour information Duende est une compagnie crée par les développeurs d'Identity Serveur, et la version suivante d'Identity serveur est publiée par cette entreprise sous une License Reciproque gratuite pour le développement et les tests, mais payante sur la production. voiçi l'extrait du pdf expliquant la licence

    By accessing the DuendeTM IndentityServer software libraries, you are agreeing to one of the following licenses: • If you wish to evaluate or use the DuendeTM software libraries in a NonCommercial Manner* , you may download and access the source and/or binaries at no charge under the Reciprocal Public License 1.5 (RPL-1.5) (the "RPL"); or • If you are a Small Entity** and wish to use the DuendeTM software libraries commercially for one year, you may download and use them (without any payment) under the Software License Agreement below; or • If you wish to use the DuendeTM software libraries commercially for one year, you may download and use them (with the appropriate payment) under the Software License Agreement below. *Non-Commercial Manner – consistent with the RPL – means any use of the DuendeTM software libraries by: (i) an individual (and not a business entity) solely for their personal, private, and non-commercial purposes; or (ii) an individual or business entity in an experimental manner to understand its nature, limits, and potential uses. **Small Entity means that you are: (i) an individual, or a business entity that generates less than US1ドルM per year in gross revenues from all commercial activities (including all your affiliates); and (ii) the DuendeTM software libraries will only be used to link and interoperate with five or fewer client software applications.

    Voici le PDF complet:

    Démonstration :

    PS D:\dotnet6> dotnet new angular --auth Individua
    Le modèle « ASP.NET Core with Angular » a bien été créé.
    Traitement des actions postérieures à la création en cours... Merci de patienter.
    Exécution de « dotnet restore » sur D:\perso\dotnet6\dotnet6.csproj...
     Identification des projets à restaurer...
     Restauration effectuée de D:\perso\dotnet6\dotnet6.csproj (en 673 ms).
    Restauration réussie.
    PS D:\dotnet6> dotnet buil
    Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 pour .NET
    Copyright (C) Microsoft Corporation. Tous droits réservés.
     Identification des projets à restaurer...
     Tous les projets sont à jour pour la restauration.
     dotnet6 -> D:\perso\dotnet6\bin\Debug\net6.0\dotnet6.dll
     v14.18.1
     Restoring dependencies using 'npm'. This may take several minutes...
    La génération a réussi.
     0 Avertissement(s)
     0 Erreur(s)
    Temps écoulé 00:00:28.12
    PS D:\perso\dotnet6> dotnet run
    info: Duende.IdentityServer.Startup[0]
     Starting Duende IdentityServer version 5.2.0+1c3f1fadb0fa7a4bea3f4a6f7028cbfcff3b9918 (.NET 6.0.0-rtm.21522.10)
    warn: Duende.IdentityServer[0]
     ** You do not have a valid license key for Duende IdentityServer. This is allowed for development and testing scenarios. If you are running in production you are required to have a licensed version. Please start a conversation with us: https://duendesoftware.com/contact
    info: Duende.IdentityServer.Startup[0]**__
     Using explicitly configured authentication scheme Identity.Application for IdentityServer
    info: Microsoft.Hosting.Lifetime[14]
     Now listening on: https://localhost:7101n
    

    Le message de warning est assez explicite.