Matthew Abbott

Results 25 comments of Matthew Abbott

Can you share your `project.json` file?

@PromontoryProtean Sorry pal I've been away for the last week, will try and jump on this again this week

Yes very much so. I have been working on the RTM upgrade myself internally so will be pushing a new version. Will likely push this to NuGet now too. I'll...

Ah, you've been relying on the _old_ way of passing arguments ala RC1 ViewComponents. In RC1, ViewComponents would accepts a `params object[]` array as the input, and it would use...

@PromontoryProtean What branch was that, `master`? The packages are probably not on public NuGet feed yet because I _think_ they depend on the new content package support in NuGet 3,...

Hey, @PromontoryProtean Sorry for the late reply on this. Current the project doesn't carry a root `NuGet.config` file: ``` ``` With that it should resolve those `build` dependencies. Next, you'll...

@PromontoryProtean Visual Studio has a tendency to want to use cached packages - often not finding newer packages until you perform a `dotnet restore --no-cache`. Having the same issue myself...

@PromontoryProtean I've pushed my RC2-compatible build to the `develop` branch (merged from `rc2`).

Project status is still the same. As @matthid alluded to, there is still an open call for maintainers. I stepped back from the project a couple of years ago, and...

Hi, The reason this is happening is because your foreach loop doesn't start with @foreach, so the parser at that point is still in HTML mode. ________________________________ From: blackholeearth Sent:...