Jonas Stawski

Results 5 comments of Jonas Stawski

Further investigation of the build output reveals an error that it can't find NuGet.exe, but the problem is that the path contains spaces. I removed the spaces from the path...

I also would like support for this.

Will try to find sometime and go through the code to see if I can fix it

Hello, what is the status of this pull request? We would also greatly benefit from this.

Any news on this? I'm trying to write a `DocumentFilter` that defaults the `version` parameter automatically using `DefaultValue` and it doesn't seem to be working: ``` public class VersionDefaultingDocumentFilter :...