Stuart Wilson

Results 7 comments of Stuart Wilson

Technically you could make a targets file which enumerated the nuget references and included any .proto files in a well known folder within the packages i.e. 'proto'. might actually be...

This should do everything you want: ``` True ``` This will only work with PackageReference (the new format) but i think we should just accept this as a limitation as...

Actually it might be worth renaming `_ProtoNugetSearchPaths` to `ProtoSearchPaths` because then it can be easily added to like so: ``` ```

I had some time today and I've managed to get this working with no changes to the nuget references with the following: ``` Public ClientBase ``` ``` True True True...

@RichyP7 I've done exactly this, they didn't approve it :/ https://github.com/grpc/grpc/pull/20071

@neilwashere if that is all you want to do you can just do this: ``` ``` Includes are cumulative so you can leave your existing Protobuf include where it is...

@neilwashere I can probably give you some msbuild magic for that when I'm home