Scrum Bug
  • Home
  • Scrum
  • Training
  • Azure DevOps
Tagged

Roslyn

A collection of 2 posts

Roslyn

C# Interpolated Strings in older .NET frameworks

When targeting a .NET 4.0 or 4.5 project it's not possible by default to use the Interpolated Strings and their FormattableString and IFormattable counterparts. By default*.*** But, this is only because these two types didn't ship with the older version of the .NET Framework. If you make sure

  • Jesse Houwing
Jesse Houwing Sep 9, 2015 • 1 min read
Static Analysis

C# 6 Interpolated Strings and Code Analysis (CA1305)

C# 6 introduces a new concept, Interpolated Strings, sort of the compiler version of String.Format. It's a great way to ensure that the compiler checks that your variables actually exist and that you're passing the right number of 'm. And as with String.Format it's important to pass the

  • Jesse Houwing
Jesse Houwing Sep 9, 2015 • 1 min read
Scrum Bug © 2021
Facebook Twitter LinkedIn GitHub Powered by Ghost