Base solution for your next web application

Activities of "kfrancis"

I've setup our project to follow this branching guide for updating zero: https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697

I was able to quickly get everything updated and fixed up the conflicts (weren't many), but I'm having a new issue with npm run create-bundles now.

I notice that the gulpfile was updated, it seems like it's being extremely picky about any custom js

To this project, I've added client side validation - so that file just fixes a few issues related to that (+ unobtrusive). I don't see anything wrong with the content, and it looks like it's being picked up in the gulp-postcss process which seems wrong.

The viewScripts definition seems like it should be picking up the wwwroot/Common/jquery-validation-custom.js file and it shouldn't be in viewStyles.

Any thoughts?

Coincidentally, it looks like npm run build now does something, even though it's breaking on every autogenerated line like: _.filter(abp.custom.EntityHistory.EnabledEntities, entityType => entityType === _entityTypeFullName).length === 1; (Caused by: SyntaxError: Unexpected token: operator «>» that arrow, which I'm guessing should be function(entityType){return entityType === _entityTypeFullName;}

Hey,

Just picked up the latest update, but I can't seem to run the following on the EntityFrameworkCore project (or anywhere really): <ins>dotnet ef database update</ins>

I get: No executable found matching command "dotnet-ef"

Any ideas?

dotnet output:

Microsoft .NET Core Shared Framework Host

Version : 1.1.0 Build : 928f77c4bc3f49d892459992fb6e1d5542cb5e86

Usage: dotnet [common-options] [[options] path-to-application]

Build is fine, restore through build seemed fine, though running dotnet restore gives:

C:\Program Files\dotnet\sdk\1.0.3\NuGet.targets(97,5): error : Package Microsoft.Composition 1.0.27 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.Composition 1.0.27 supports: portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259) [C:\Users\kfrancis.CLINICALSYSTEMS\Downloads\New folder (2)\CabMD\CSS.CabMD.sln] C:\Program Files\dotnet\sdk\1.0.3\NuGet.targets(97,5): error : One or more packages are incompatible with .NETCoreApp,Version=v1.1. [C:\Users\kfrancis.CLINICALSYSTEMS\Downloads\New folder (2)\CabMD\CSS.CabMD.sln] C:\Program Files\dotnet\sdk\1.0.3\NuGet.targets(97,5): error : Package Microsoft.Composition 1.0.27 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.Composition 1.0.27 supports: portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259) [C:\Users\kfrancis.CLINICALSYSTEMS\Downloads\New folder (2)\CabMD\CSS.CabMD.sln] C:\Program Files\dotnet\sdk\1.0.3\NuGet.targets(97,5): error : One or more packages are incompatible with .NETCoreApp,Version=v1.1. [C:\Users\kfrancis.CLINICALSYSTEMS\Downloads\New folder (2)\CabMD\CSS.CabMD.sln]

Showing 11 to 12 of 12 entries