Skip to content

Instantly share code, notes, and snippets.

View mairaw's full-sized avatar

Maira Wenzel mairaw

View GitHub Profile
@mairaw
mairaw / HelloWorld.cs
Last active April 20, 2021 20:11
Snippets for C# page
Console.WriteLine("Hello World");
var names = new [] { "Ana", "Felipe", "Emillia" };
foreach(var n in names)
{
Console.WriteLine($"Hello {n}");
}

List of behavioral changes/compat breaks and deprecated/legacy APIs

Consider adding deprecations entries directly into dotnet/platform-compat#24

When editing this file, please do not delete pre-existing content. If you don't like it, make a comment, but do NOT DELETE it. It is honor system. There are no PRs, anyone on GitHub can edit our wiki docs.

The content will serve as database for platform-compat tool

FAQ