Created
November 27, 2023 10:26
-
-
Save renatogroffe/88a8b3a623c63aa7d7c63fdc65bc1608 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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