Browse Source

feat(migrations): add FodyWeavers.xml

pull/776/head
cKey 3 years ago
parent
commit
dce6eb9d2d
  1. 3
      aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/FodyWeavers.xml
  2. 3
      aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/FodyWeavers.xml
  3. 3
      aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/FodyWeavers.xml
  4. 4
      aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/FodyWeavers.xml
  5. 4
      aspnet-core/migrations/LY.MicroService.WebhooksManagement.EntityFrameworkCore/FodyWeavers.xml

3
aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/FodyWeavers.xml

@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>

3
aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/FodyWeavers.xml

@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>

3
aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/FodyWeavers.xml

@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>

4
aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/FodyWeavers.xml

@ -1,3 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait />
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>

4
aspnet-core/migrations/LY.MicroService.WebhooksManagement.EntityFrameworkCore/FodyWeavers.xml

@ -1,3 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait />
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<ConfigureAwait ContinueOnCapturedContext="false" />
</Weavers>
Loading…
Cancel
Save