Scrum Bug
  • Home
  • GitHub
  • Training
  • Scrum
Instagram Twitter phone

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.
Sep 9, 2015
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
Sep 9, 2015 1 min read
Page 1 of 1
Scrum Bug © 2025
Facebook Twitter LinkedIn GitHub
Powered by Ghost