Analyzing Source Code Using Roslyn
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the powerful code analysis capabilities of Roslyn in this NDC Oslo 2020 conference talk by Erik Schierboom. Discover how Roslyn can be utilized to automatically analyze C# solutions submitted by students on exercism.io. Learn to parse source code, transform it into a normalized format, and check for specific patterns using Roslyn. Gain insights into compiling source code to an in-memory assembly and running it against a predefined test suite. Delve into Roslyn syntax trees, understanding their structure and functionality. Master the techniques of parsing and transforming source code with Roslyn's robust toolset. As an added bonus, acquire the knowledge to convert Roslyn source code into an assembly and run xUnit tests in-memory, enhancing your ability to work with and analyze code efficiently.
Syllabus
Analyzing source code using Roslyn - Erik Schierboom - NDC Oslo 2020
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube