Free 1.5 Hour Video: Writing Roslyn Analyzers and Code Fixes
My deep abiding love of Roslyn continues! I just published a new video Writing Roslyn Analyzers and Code Fixes up at WintellectNOW: https://www.wintellectnow.com/Videos/Watch?videoId=writing-roslyn-analyzers-and-code-fixes. My goal was to take you from […]
Analyzing Control Flow with Roslyn
The other day my co-worker Jeffrey Richter and I were discussing my latest infatuation, Roslyn analyzers. As we bounced around a few ideas one came to the forefront; every catch […]
Learn Roslyn at the Microsoft MVP Virtual Conference
Mark your calendars for May 14-15, 2015 for the free 2015 Microsoft MVP Virtual Conference. This is a Microsoft sponsored conference where Microsoft Valuable Professionals (MVPs) will be presenting five […]
More Wintellect.Analyzers and Some Lessons Learned Writing Roslyn Analyzers
Over the last few months I have been having a wonderful time developing Roslyn analyzers and code fixes. You can find all the Wintellect.Analyzers code at Wintellect’s GitHub page. If […]
FileNotFoundException When Looking for YourAssembly.resources.dll? Here’s Your Fix!
I happened to be working on a C# Roslyn code analyzer and being cognizant that not all the world speaks English, I went through the five minutes of work to […]
Single Stepping a PowerShell Pipeline
As I was building up a moderately complicated pipeline in PowerShell, I was having some trouble and really wished there was a way to single step the pipeline so I […]
Wintellect.Analyzers: Five New Roslyn Diagnostic Analyzers and Code Fixes
When I first saw the Roslyn compiler, I was thrilled! For once the compiler was not going to be a black hole where source code comes in and on the […]
The Debugging Process
(function(d){ var js, id=”pikto-embed-js”, ref=d.getElementsByTagName(“script”)[0]; if (d.getElementById(id)) {return;} js=d.createElement(“script”); js.id=id; js.async=true; js.src=”https://magic.piktochart.com/assets/embedding/embed.js?UID=3271151-the-debugging-process”; ref.parentNode.insertBefore(js, ref); }(document));
Interviewed on the Hello World Podcast
Shawn Wildermuth has been doing the Hello World Podcast for a while and it’s very interesting to hear about how great developers got started and what they’ve learned along the […]