Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Roslyn Cookbook

You're reading from   Roslyn Cookbook Compiler as a Service, Code Analysis, Code Quality and more

Arrow left icon
Product type Paperback
Published in Jul 2017
Publisher Packt
ISBN-13 9781787286832
Length 350 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Manish Vasani Manish Vasani
Author Profile Icon Manish Vasani
Manish Vasani
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Writing Diagnostic Analyzers FREE CHAPTER 2. Consuming Diagnostic Analyzers in .NET Projects 3. Writing IDE Code Fixes, Refactorings, and Intellisense Completion Providers 4. Improving Code Maintenance of C# Code Base 5. Catch Security Vulnerabilities and Performance Issues in C# Code 6. Live Unit Testing in Visual Studio Enterprise 7. C# Interactive and Scripting 8. Contribute Simple Functionality to Roslyn C# Compiler Open Source Code 9. Design and Implement a New C# Language Feature 10. Command-Line Tools Based on Roslyn API

Sending a Roslyn pull request to contribute to next version of C# compiler and VS IDE


In this section, we will walk you through the steps to follow to send a pull request to contribute to the next version of the Roslyn compilers and Visual Studio IDE.

Getting Started

You need to ensure that you have installed Git tools, VS2017 with .NET development and VS Extensiblity workloads and have enlisted and built Roslyn sources. For reference, see the recipe, Setting up Roslyn enlistment, at the start of this chapter.

How to do it...

  1. It is recommended that you create a Roslyn issue at https://github.com/dotnet/roslyn/issues for your planned work and also discuss it with Roslyn team members prior to coding to avoid any unnecessary or redundant work.
  2. Make the source changes that you would like to contribute to the Roslyn code base in your local enlistment. For example, execute the recipe, Implementing a new semantic error in the C# compiler code base, covered earlier in this chapter.
  3. Add sufficient unit...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $24.99/month. Cancel anytime