vega icon indicating copy to clipboard operation
vega copied to clipboard

A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".

Results 17 vega issues
Sort by recently updated
recently updated
newest added

All of a sudden I am getting lots of these errors: file: 'file:///c%3A/Users/rbeck/vega/Controllers/MakesController.cs' severity: 'Error' message: 'Ambiguity between 'MakesController.context' and 'MakesController.context' [vega]' at: '21,18' source: ''

Hello On the vehicle details page, when I apply the code as was shown in the demo, clicking the photo tab will redirect me to the following link: http://localhost:5000/home#photos. This...

**# Need Help To Solve** i got an error while creating a new component using ng g component D:\Myapp\ClientApp\app\components>ng g component newform installing component Error locating module for declaration SilentError:...

See all steps and the many failures i had. Frustrating. What is wrong? D:\Docs\Source Code\angular\angular4aspnet\git>git clone https://github.com/mosh-hamedani/vega.git Cloning into 'vega'... remote: Counting objects: 888, done. remote: Total 888 (delta 0),...

[ERROR MSG] C:\Users\tibin\.nuget\packages\microsoft.extensions.configuration.usersecrets\1.1.2\build\netstandard1. 0\Microsoft.Extensions.Configuration.UserSecrets.targets(24,5): warning USERSECRETS001: The assembly at tribute 'UserSecretsIdAttribute' could not be generated because the 'UserSecretsId' property was empty or missing. UserSecretsIdAttribute may be required for .AddUserSecrets() to...

var makes = await context.Makes.Include(m => m.Models).ToArrayAsync(); return mapper.Map(**_makes_**); error is Argument 1: cannot convert from 'angular2project2.Models.Make[]' to 'System.Collections.Generic.List' [C:\Users\k.l.gunarathne\Documents\Visual Studio 2015\Projects\angular2project2\Angular2project2.csproj] in MakesController ![image](https://cloud.githubusercontent.com/assets/14025814/26295608/484dad2a-3ee8-11e7-8832-6403d7f12b10.png)