Todd Thomson
Todd Thomson
@scniro The new TsBundler by default will compile and emit all bundle files to memory and return the output in a BuildResult. @niemyjski @scniro The new bundler no longer emits...
I am moving this issue to Milestone: TsProject Release 4.1. Almost all the implementation has been completed. The TsProject release 4.0 will focus only on getting the bundling component of...
@mykohsu I would love to help you out, but you haven't really given me much information to go on. Can you please submit a concise gist or some source that...
@mykohsu I haven't looked into your additional information yet, but I have fixed a bug in the 1.2.0-rc.x releases that could cause a duplicate identifier in the bundle compilation. I...
@mykohsu Would you please provide simple implementations (source) for main.ts, dep1.ts, dep2.ts. I would like to see your import statements and what the dependencies are between the 3 source files....
This issue will be addressed in release 1.2.1.
Is there any current guidance for porting/migrating ASP.NET MVC Identity 2 sites with existing databases ( and migrations ) to use Identity 3?
@HaoK I take it that you can start with the generic ASP.NET MVC Web Application with Nuget package Identity 2.2.1 installed. The AspNet.Identity.CoreCompat must then be a nuget package? I...
@Hoak I get the following error during the install of AspNetCoreCompat: Failed to add reference. The package 'Microsoft.AspNet.Identity.AspNetCoreCompat' tried to add a framework reference to 'System.Collections' which was not found...
@HaoK Since I couldn't install the AspNetCoreCompat package, I tried another approach. I created an ASP.NET generic web app with user accounts. I ran the web app which created the...