Cédric Menzi
Cédric Menzi
Yes if I remove the plugin, everthing works.. Are there any logfiles which I can give you for analyzing?
How to handle authentication for the feeds configured in `cake.config`? Currently, this is only a ini format and the feeds are separated by `;`. #2014
I will try to reproduce it and push the code to my github repo. I cannot share the whole code in public.
@dupdob I was able to seperate the "malicious" code :-) https://github.com/cmenzi/stryker-repro
No, we usually generate them upfront and also check the generated code into the repo in order to track changes. So, it's not invoked as part of the build. Just...
But the initial generated files also lying on the filesystem in this case.
I've figured it out! https://github.com/cmenzi/stryker-repro/compare/fix/partial-class There was even a little sign to it on latest version of stryker: _**Partial declarations of 'SupportedTypes' must not specify different base classes**_. I've removed...
My guess is that each file is treated individually, so they get mutated differently and that's why they don't compile anymore.
> There is an issue on Roslyn about a somewhat similar issue > [dotnet/roslyn#45960](https://github.com/dotnet/roslyn/issues/45960) @dupdob Yes, the roslyn issue results in a similar error. But it doesn't seems it have...
@fabiocav We added the `AzureFunctionsWebHost__hostid` (lowercase) and we still get critical error in the portal:  Also the timer trigger stops working randomly from time to time. Could you please...