arontsang
arontsang
Similar to https://github.com/argoproj/applicationset/issues/570, Bitbucket needs love too...
As above. Given that the vast majority of developers using protoc-gen-grpc-web, will be doing some sort of javascript/typescript development. There is a near unity chance their development box will be...
There is an unofficial package on npm https://www.npmjs.com/package/protoc-gen-grpc-web, which bootstraps protoc-gen-grpc-web by downloading it from github's release page. This is not not ideal, as it would require opening up build...
A reflection call on each invocation limits performance when using the metadata argument.
This would reduce the heap allocation per injection, which would help with performance.
This adds a plugin system that allows decorators to be added to the DispatchHandler as part of a pipeline. I expect to see in future plugins such as (but not...
This is a little ugly how we hook into `CustomAttributeProvider`. Any suggestions are welcome.
If CoreWcf is compiled against netstandard2.0 AND framework, it would be possible to have CoreWcf support DotNet Framework `System.ServiceModel.Web.Attributes`. This would allow for a much more painless transition from dotnet...
This would get rid of the annoying NU1701 warning when using `RazorGenerator.Templating` in a dotnet core/standard application.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Allow...