mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-28 23:48:39 +02:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6 lines
146 B
C#
6 lines
146 B
C#
using System.Diagnostics.CodeAnalysis;
|
|
|
|
[assembly: Experimental(
|
|
"MEAI001",
|
|
UrlFormat = "https://aka.ms/dotnet-extensions-warnings/{0}")]
|