Scrum Bug
  • Home
  • Scrum
  • Training
  • GitHub
  • Azure DevOps

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
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 it's important to pass the
Sep 9, 2015 1 min read
Page 1 of 1
Scrum Bug © 2023
Facebook Twitter LinkedIn GitHub Powered by Ghost