Jannes Faber

Results 5 issues of Jannes Faber

I found related issue #978, but unless I'm missing something obvious I don't see a way to serialize directly into the buffer _without_ knowing the length of the message in...

The following method incorrectly throws Warning ERP022 Exit point '}' swallows an unobserved exception.". The variable `exception` is put into an anonymous type. ``` public List LoadList(string key, string subKey...

Clicking from VS brings me to a 404 here: https://github.com/u2uconsult/codeanalyzers/blob/master/docs/U2U1211.md

The below two exceptions happen when building through Resharper in a TeamCity CI setup. Looks like thread-safety issues. ``` Analyzer 'Philips.CodeAnalysis.MaintainabilityAnalyzers.Maintainability.AvoidStaticClassesAnalyzer' threw an exception of type 'System.InvalidOperationException' with message 'Operations...

Simplified minimal example. ```cs using System; int blah1 = 10; if(Log(new{ BLAH = blah1 })) //