Jim Hume
Jim Hume
Fun: I'm now getting this error (MSB3023) after trying to manually fix the 'TransformOnBuild' bug from https://github.com/Microsoft/slow-cheetah/issues/147
What is the best pattern to use if I want to have properties of type google.rpc.* within my own proto messages? This is somewhat outside the scope of the original...
Ah, very interesting--I hadn't considered the submodule idea. The proto's are what I'm truly after but knowing that there are nuget's is very helpful. I didn't realize that the CommonProtos...
TL;DR: (again): I added comments to some files to hopefully clarify some of the intentions of the code changes. I believe the PR is now ready for review.
@NikiforovAll Indeed. I will try to reach you via your email link on your github profile page.
I have a similar request (or question, really). My model builder adds `HasQueryFilter(item => !item.IsDeleted)` (e.g.) logic during the `OnModelCreating` method of the context itself. I would like to ignore...
Disclaimer: I am not associated with the project in any way. I recently hit this issue when trying to use the library for a combination of API + UI purposes....