You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notable errors when built in VS include but are not limited to below:
When building with MSBuild, after restoring with dotnet and nuget, I have only 13 errors, some of which are the same, including the missing SyncFusion reference, despite me having installed this to my system.
My machine uses VS2017 but also has VS2005 and VS2010 and VS2014 installed so there may be some issues. I will try with a new machine tomorrow. Also, the current syncfusion is 2 versions beyond what is suggested in the readme.md for the repo.
Any assistance is greatly appreciated! skiwheelr - a@t gmail dot com
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ....\packages\System.Data.SQLite.Core.1.0.108.0\build\net46\System.Data.SQLite.Core.targets. MasterModule C:\Users\Terrapin\karve\KarveCar\src\Modules\MasterModule\MasterModule.csproj 797
Severity Code Description Project File Line Suppression State
Error The type reference cannot find a public type named 'LocaleResourceFactory'. Line 51 Position 74. KarveCar C:\Users\Terrapin\karve\KarveCar\src\App.xaml 51
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'SqlMapper' could not be found (are you missing a using directive or an assembly reference?) KarveDapper C:\Users\Terrapin\karve\KarveCar\KarveDapper\SqlMapperExtensions.cs 394 Active
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'Dapper' could not be found (are you missing a using directive or an assembly reference?) KarveDapper C:\Users\Terrapin\karve\KarveCar\KarveDapper\SqlMapperExtensions.Async.cs 10 Active
The text was updated successfully, but these errors were encountered:
Notable errors when built in VS include but are not limited to below:
When building with MSBuild, after restoring with dotnet and nuget, I have only 13 errors, some of which are the same, including the missing SyncFusion reference, despite me having installed this to my system.
My machine uses VS2017 but also has VS2005 and VS2010 and VS2014 installed so there may be some issues. I will try with a new machine tomorrow. Also, the current syncfusion is 2 versions beyond what is suggested in the readme.md for the repo.
Any assistance is greatly appreciated! skiwheelr - a@t gmail dot com
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ....\packages\System.Data.SQLite.Core.1.0.108.0\build\net46\System.Data.SQLite.Core.targets. MasterModule C:\Users\Terrapin\karve\KarveCar\src\Modules\MasterModule\MasterModule.csproj 797
Severity Code Description Project File Line Suppression State
Error The type reference cannot find a public type named 'LocaleResourceFactory'. Line 51 Position 74. KarveCar C:\Users\Terrapin\karve\KarveCar\src\App.xaml 51
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'SqlMapper' could not be found (are you missing a using directive or an assembly reference?) KarveDapper C:\Users\Terrapin\karve\KarveCar\KarveDapper\SqlMapperExtensions.cs 394 Active
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'Dapper' could not be found (are you missing a using directive or an assembly reference?) KarveDapper C:\Users\Terrapin\karve\KarveCar\KarveDapper\SqlMapperExtensions.Async.cs 10 Active
The text was updated successfully, but these errors were encountered: