Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created November 27, 2023 10:26
Show Gist options
  • Save renatogroffe/88a8b3a623c63aa7d7c63fdc65bc1608 to your computer and use it in GitHub Desktop.
Save renatogroffe/88a8b3a623c63aa7d7c63fdc65bc1608 to your computer and use it in GitHub Desktop.
using ConsoleAppExperimentalAttribute.Helpers;
using System.Runtime.InteropServices;
Console.WriteLine("***** Testes com C# 12 | ExperimentalAttribute *****");
Console.WriteLine($"Versao do .NET em uso: {RuntimeInformation
.FrameworkDescription} - Ambiente: {Environment.MachineName}- Kernel: {Environment
.OSVersion.VersionString}");
Console.WriteLine();
#pragma warning disable MessageHelper01 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
MessageHelper.ShowCurrentDateTime();
#pragma warning restore MessageHelper01 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment