Duncan Smart

Results 9 issues of Duncan Smart

In the fix for #580 no option was provided to revert to the old behaviour which I much prefer. Showing base types hierarchically allows you to examine the inheritance hierarchy...

Enhancement

Screenshot: ![image](https://cloud.githubusercontent.com/assets/576343/5394420/18f6c304-8135-11e4-8825-e541b90fa668.png)

feature

404 when request is not local. routes.axd should only be accessible in development.

Something to be aware of, as there's no authentication by default on routes.axd anyone can have a snoop a your route configuration, which may expose stuff you'd rather not people...

Add build configurations `Debug-VS2015` and `Release-VS2015` that reference `Microsoft.VisualStudio.Shell.15.0` and defines conditional compilation constant `VS2015` which, if defined, uses `AsyncPackage`. Alternative could be to have separate csproj file? Not sure...

VS 2019 RC is showing this warning now: ![image](https://user-images.githubusercontent.com/576343/53945325-46a72f80-40b9-11e9-98ec-0742ebdb3001.png) The guidance is to move to the new `AsyncPackage` which was introduced in VS2015. This will make AutoT4MVC incompatible with VS2013...

ULONG in C is 4 bytes - whereas in C#, ulong is 8 bytes which was causing call to fail.

### EPPlus usage Noncommercial use ### Environment Windows ### Epplus version 7.2.1 ### Spreadsheet application Excel ### Description We are investigating using EPPlus in our product but coming across this...

bug