From 2033d854d23b024c2732f523d7c9ac57daecd44c Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Thu, 14 Jul 2022 22:40:25 +0800 Subject: [PATCH] Create fody files --- .../FodyWeavers.xml | 3 ++ .../FodyWeavers.xsd | 30 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/FodyWeavers.xml create mode 100644 plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/FodyWeavers.xsd diff --git a/plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/FodyWeavers.xml b/plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/FodyWeavers.xml new file mode 100644 index 00000000..be0de3a9 --- /dev/null +++ b/plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/FodyWeavers.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/FodyWeavers.xsd b/plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/FodyWeavers.xsd new file mode 100644 index 00000000..3f3946e2 --- /dev/null +++ b/plugins/Booking/src/EasyAbp.EShop.Plugins.Baskets.Booking.Application/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