Skip to content

Commit 522226f

Browse files
missing files.
1 parent 0dbdfbb commit 522226f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
using System.Text.Json.Serialization;
2+
3+
namespace Nameless.Weather.App {
4+
[JsonSerializable(typeof(WeatherForecast[]))]
5+
public partial class CustomJsonSerializerContext : JsonSerializerContext {
6+
}
7+
}

Nameless.Weather.App/GlobalUsings.cs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
global using System.Diagnostics;
2+
global using Nameless.Weather.App;

0 commit comments

Comments
 (0)