Code Monkey home page Code Monkey logo

Comments (3)

henalbrod avatar henalbrod commented on September 14, 2024

Hi!,

Haven't tested the library on VSCode yet, I'll take a look.

from blazor.auth0.

henalbrod avatar henalbrod commented on September 14, 2024

Sorry but I was unable to reproduce the issue, could you provide more insights about how to reproduce it please?

Also, Blazor-Auth0-ClientSide -Version 0.7.2-beta.2 is compatible with .Net Core Preview 7, please verify all the prerequisites were installed:

1 - You installed the latest .NET Core 3.0 Preview SDK release.

2 - You installed the Blazor templates by running the following command in a command shell:

dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview7.19365.7

3 - You created the client side blazor project vĂ­a command shell:

dotnet new blazor

4 - You installed the latest C# extension for Visual Studio Code

5 - You added the Blazor.Auth0.ClientSide library by adding a new reference in the .csproj file

<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <LangVersion>7.3</LangVersion>
    <RazorLangVersion>3.0</RazorLangVersion>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.Blazor" Version="3.0.0-preview7.19365.7" />
    <PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="3.0.0-preview7.19365.7" PrivateAssets="all" />
    <PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="3.0.0-preview7.19365.7" PrivateAssets="all" />

    // == Blazor.Auth0.ClientSide library reference ==
    <PackageReference Include="Blazor-Auth0-ClientSide" Version="0.7.2-beta.2" />
    //===============================

  </ItemGroup>

</Project>

from blazor.auth0.

indcoder avatar indcoder commented on September 14, 2024

Yes @Pegazux it worked postt a restart of the machine, after ugrading to preview 7. Thanks for detailed explanation

from blazor.auth0.

Related Issues (20)

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.