Commit 5bf6884
authored
Set IsAotCompatible=true for .NET8.0 (#124)
* Set IsAotCompatible=true for .NET8.0
This activates warnings if the code is not compatible to AOT. There is no active warnings to fix for now.
Information: https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot
* Disable JsonSerializerIsReflectionEnabledByDefault
https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/source-generation?pivots=dotnet-8-0#disable-reflection-defaults1 parent cfdf25b commit 5bf6884
File tree
1 file changed
+5
-7
lines changed- src/Serilog.Sinks.AzureBlobStorage
1 file changed
+5
-7
lines changedLines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
54 | | - | |
| 52 | + | |
0 commit comments