Sam Nelson

Results 15 comments of Sam Nelson

Sorry if my earlier edits on that message were generating emails to anyone. I made a mess of it. I want to separate my comments regarding applying this same pattern...

Update on the Shader.Tasks project... I came across https://github.com/dotnet/roslyn/discussions/48746#discussioncomment-635462 tonight and following that, switching to a release build, the project built successfully... Switching back to debug again, continues to build,...

I also had some trouble with building this but got around it by updating to the latest Visual Studio Preview and doing a rain dance. We can't expect a problem-free...

I am currently using this in an ASP.NET Core MVC project targeting .NET 4.6.1 (since Core MVC runs on both .NET Core and the .NET Framework) and may be able...

Yeah I had started porting Core to .NET Standard 1.6, but I'll abandon that now. I was holding off installing 2017 until it went RTM, but I'll put the RC...

I'm so stupid, I'm looking at the vs2017 branch on my fork instead of the latest in this repo -_-;;;

Alright, I've done a little work in my fork. I'm basically just copying the MVC 5 example project into the MVC Core project and resolving the errors. It's a work...

@mcintyre321 Did your work break the MVC5 project's ability to find the embedded DataTables partial view by chance? I tried to run it to compare with ASP.NET Core version but...

Been a bit slow getting around to checking this, but I've just noticed one problem - Mvc.JQuery.DataTypes.Common still depends on Microsoft.AspNet.Mvc under net451, which appears to take precedence over netstandard1.6...

> I'm looking at this project and I am unable to build it. I tried these solutions but had no success. I am very interested in this, anything I can...