Giter Club home page Giter Club logo

Comments (15)

airboss001 avatar airboss001 commented on May 18, 2024 4

Ok, so removing the dash from the path fixed it. Man, am I good, or am I just really really unlucky! lol

Hey, whatever I can do to help, would be glad to. Apparently I am good at breaking stuff that works for everyone else :p

from dotnet.

airboss001 avatar airboss001 commented on May 18, 2024

Going back to using the flag --secure the command:
dotnet run /seed
is failing with

Couldn't find a project to run. Ensure a project exists in G:\2019\ASP.Net Core\Apptest4-secure, or pass the path to the project using --project.

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

There is a bug on first execute if the aurelia-cli package is not yet installed.
After that run
dotnet new aurelia --secure
then deny the auto seed
Just found a bug in the Secure app that will need a find and replace
Replace SecureSpa with Spa in all files and then run the project

from dotnet.

airboss001 avatar airboss001 commented on May 18, 2024

Thanks @brandonseydel for the update.

I'm interested in looking at that, and just wanted to do the id10t test for you.
It appears I am excelling at that task ;)

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

Did everything work for you after those recommendations?

from dotnet.

airboss001 avatar airboss001 commented on May 18, 2024

I'll try it in the morning, and post here when I do.

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

I will have a new version for you by then ;)

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

1.3.0 released. Everything should be good other than docker has one small hiccup.

from dotnet.

arjendeblok avatar arjendeblok commented on May 18, 2024

Where did you release this version 1.3.0?

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

it goes to nuget.org technically you can update by rerunning the install command
dotnet new -i aurelia.dotnet.templates

from dotnet.

airboss001 avatar airboss001 commented on May 18, 2024

Ok, so I installed the new version with:
dotnet new -i aurelia.dotnet.templates

and then in a new project directory:
dotnet new aurelia --secure

Opening the project in VS2017
All the project references are bad for:
Model
Logic
DataAccess

Removed the bad references and added back the project references.

Running build causes a fail with the following message:
Severity Code Description Project File Line Suppression State
Error MSB6003 The specified task executable "cmd.exe" could not be run. The working directory "ClientApp" does not exist. Apptest4-secure.Spa G:\2019\ASP.Net Core\Apptest4-secure\Apptest4-secure.Spa\Apptest4-secure.Spa.csproj 71

Moved ClientApp from solution root into Spa root
Error goes away, and now it installs the npm modules, and 4 successful project builds.

Starting Debug Apptest4-secure.Spa and errors out on SeedAsync()

        public void Seed()
        {
            this.SeedAsync().Wait();
        }

System.AggregateException: 'One or more errors occurred. (Could not load file or assembly 'Apptest4_secure.Spa, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.)'

FileNotFoundException: Could not load file or assembly 'Apptest4_secure.Spa, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

Lots of problems stemmed from a - in the folder name it appears.

from dotnet.

airboss001 avatar airboss001 commented on May 18, 2024

hmm...never even crossed my mind. Let me remove that, and put that in my notes of DOH!

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

Would you be willing to guinea pig some of the new VSIX stuff?

from dotnet.

brandonseydel avatar brandonseydel commented on May 18, 2024

I’ll publish a pre release vsix in the coming days and we can start.

from dotnet.

Related Issues (9)

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.