Skip to content

Commit

Permalink
Merge pull request #700 from VocaDB/feat/598-web-core-enable-unsafe-b…
Browse files Browse the repository at this point in the history
…inary-serialization

Enable unsafe binary serialization
  • Loading branch information
ycanardeau authored Dec 21, 2020
2 parents 6e36d68 + 0bf7750 commit d6ea5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VocaDbWeb.Core/VocaDbWeb.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<RootNamespace>VocaDb.Web</RootNamespace>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<!-- Workaround for FluentNHibernate throwing Exception. This should be removed when possible. -->
<!-- CA2300: Do not use insecure deserializer BinaryFormatter -->
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d6ea5b3

Please sign in to comment.