Knitschi
Knitschi
Hi ruslo, first of all cudos for this great project. A cmake documentation that provides a better overview and the greater picture of cmake is really needed. I am currently...
Ok, good to know. But what can go wrong if I do not define ````CMAKE_BUILD_TYPE````? Why is it not set to Release by default? So can I say that whenever...
Ok, thank you for the information.
I have the same Problem. We use typed test suites and instantiate them with ```INSTANTIATE_TYPED_TEST_SUITE_P()```. The test cases that are created in this way freeze Visual Studio when clicking on...
I will try to create a minimalistic reproducer this weekend.
I created a little CMake based projects. The instructions how to build it and reproduce the bug are in the README. https://github.com/Knitschi/GoogleTestAdapterIssue328 The problem does not appear when you generate...
I am having the same problem. I think the core problem is the "unconventional" usage of the `GTEST_API_` macro. There should be a different macro for each of the four...
I am gettinng the same error message. Our C# Code uses the classes from '''FirebirdSql.Data.FirebirdClient''' to call a procedure for generating primary keys many times within one transaction to add...
> It is not about transactions. It is about many _active_ instances of the same requests withing same attachment. Make sure you close cursor (release statement? I don't use C#...