From c546d31c62ff4f18d9a46c0a90cb0ffde6a74e6b Mon Sep 17 00:00:00 2001 From: AlphaBs Date: Thu, 23 Jun 2022 01:02:17 +0900 Subject: [PATCH] use ConfigureAwait.Fody --- MojangAPI/FodyWeavers.xml | 4 ++++ MojangAPI/FodyWeavers.xsd | 30 ++++++++++++++++++++++++++++++ MojangAPI/MojangAPI.csproj | 3 +++ 3 files changed, 37 insertions(+) create mode 100644 MojangAPI/FodyWeavers.xml create mode 100644 MojangAPI/FodyWeavers.xsd diff --git a/MojangAPI/FodyWeavers.xml b/MojangAPI/FodyWeavers.xml new file mode 100644 index 0000000..842efef --- /dev/null +++ b/MojangAPI/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/MojangAPI/FodyWeavers.xsd b/MojangAPI/FodyWeavers.xsd new file mode 100644 index 0000000..3f3946e --- /dev/null +++ b/MojangAPI/FodyWeavers.xsd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. + + + + + A comma-separated list of error codes that can be safely ignored in assembly verification. + + + + + 'false' to turn off automatic generation of the XML Schema file. + + + + + \ No newline at end of file diff --git a/MojangAPI/MojangAPI.csproj b/MojangAPI/MojangAPI.csproj index f950088..ac16150 100644 --- a/MojangAPI/MojangAPI.csproj +++ b/MojangAPI/MojangAPI.csproj @@ -13,6 +13,9 @@ + + all +