marcbarry

Results 10 comments of marcbarry

Also experiencing this Intellisense issue :+1: In my view file I have both `@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase` and `@Context.CurrentUser.UserName` * The word `dynamic` is highlighted with the error "The type or namespace...

Just to say thanks @Steinblock, making a second copy of `Nancy.dll` (from `bin\debug\` in `bin\`) does indeed fix the Intellisense issue I had. Guessing as long as this issue is...

This is a really useful library, it would be great to get an updated nuget package available with a workaround to this unexpected CPU spin behaviour.

It's a nice idea, but there may be one or two issues. The `SaveUnmanagedDlls()` method uses `Assembly.GetExecutingAssembly()` which can return unexpected results (see [this stack overflow post](http://stackoverflow.com/questions/9156832/issue-related-to-assembly-getexecutingassembly-gettypes-in-c-sharp) for example). In...

+1 If I manually switch `Baseclass.Contrib.Nuget.Output` from version `2.1.0` to `2.2.0-xbuild02` the project builds. This is true for versions `0.9.0` and `0.10.0` of libsodium-net. See also https://github.com/adamcaudill/libsodium-net/issues/114

Same for me @mbdavid - I cannot share the database, but I also did not keep a copy of the faulted version. Version 5 sounds like a good approach compared...

Raised again as its own issue https://github.com/msgpack/msgpack-cli/issues/318

@yfakariya is the answer to the slow-start / warm-up question to use the `SerializerGenerator` api? https://github.com/msgpack/msgpack-cli/wiki/Xamarin-and-Unity