File tree Expand file tree Collapse file tree 12 files changed +18
-112
lines changed
GameFrameX.NetWork/Messages Expand file tree Collapse file tree 12 files changed +18
-112
lines changed Original file line number Diff line number Diff line change 11using GameFrameX . DataBase . Abstractions ;
22using GameFrameX . DataBase . Storage ;
3- using GameFrameX . Utility ;
3+ using GameFrameX . Foundation . Json ;
44using MongoDB . Entities ;
55
66namespace GameFrameX . DataBase ;
Original file line number Diff line number Diff line change 11global using GameFrameX . Proto ;
2- global using MongoDB . Bson ;
2+ global using MongoDB . Bson ;
33global using MongoDB . Driver ;
44global using MongoDB . Bson . Serialization ;
55global using MongoDB . Bson . Serialization . Attributes ;
1717global using GameFrameX . Utility . Extensions ;
1818global using GameFrameX . Utility . Log ;
1919global using GameFrameX . NetWork . Abstractions ;
20- global using System . ComponentModel ;
20+ global using GameFrameX . NetWork . HTTP ;
21+ global using System . ComponentModel ;
22+ global using GameFrameX . Foundation . Json ;
23+ global using System . ComponentModel . DataAnnotations ;
24+ global using GameFrameX . Foundation . Http . Normalization ;
Original file line number Diff line number Diff line change 1- using System . ComponentModel . DataAnnotations ;
21using GameFrameX . Apps . Common . Session ;
3- using GameFrameX . Foundation . Http . Normalization ;
4- using GameFrameX . NetWork . HTTP ;
52
63namespace GameFrameX . Hotfix . Logic . Http ;
74
Original file line number Diff line number Diff line change 3939 <ItemGroup >
4040 <PackageReference Include =" GameFrameX.Foundation.Hash" Version =" 1.0.4" />
4141 <PackageReference Include =" GameFrameX.Foundation.Http.Normalization" Version =" 1.0.4" />
42+ <PackageReference Include =" GameFrameX.Foundation.Json" Version =" 1.1.0" />
4243 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.2.2" />
4344 <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.12" />
4445 <PackageReference Include =" Swashbuckle.AspNetCore.Swagger" Version =" 7.2.0" />
Original file line number Diff line number Diff line change 1- using System . Buffers ;
2- using System . ComponentModel . DataAnnotations ;
1+ using System . ComponentModel . DataAnnotations ;
32using System . Diagnostics ;
43using System . Reflection ;
54using GameFrameX . Foundation . Http . Normalization ;
5+ using GameFrameX . Foundation . Json ;
66using GameFrameX . NetWork . Abstractions ;
77using GameFrameX . NetWork . Messages ;
88using GameFrameX . ProtoBuf . Net ;
9- using GameFrameX . Utility ;
109using GameFrameX . Utility . Extensions ;
1110using GameFrameX . Utility . Log ;
1211using GameFrameX . Utility . Setting ;
Original file line number Diff line number Diff line change 11using System . Text . Json . Serialization ;
2+ using GameFrameX . Foundation . Json ;
23using GameFrameX . Utility ;
34using ProtoBuf ;
45
Original file line number Diff line number Diff line change 11using System . Text . Json . Serialization ;
2+ using GameFrameX . Foundation . Json ;
23using GameFrameX . NetWork . Abstractions ;
34using GameFrameX . Utility ;
45using GameFrameX . Utility . Extensions ;
Original file line number Diff line number Diff line change 4242 <OutputPath >..\bin\app</OutputPath >
4343 </PropertyGroup >
4444 <ItemGroup >
45+ <PackageReference Include =" GameFrameX.Foundation.Json" Version =" 1.1.0" />
4546 <PackageReference Include =" Standart.Hash.xxHash" Version =" 4.0.5" />
4647 <PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.3" />
4748 <PackageReference Include =" Serilog.Sinks.File" Version =" 6.0.0" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- using Serilog ;
1+ using GameFrameX . Foundation . Json ;
2+ using Serilog ;
23using Serilog . Events ;
34
45namespace GameFrameX . Utility . Log ;
You can’t perform that action at this time.
0 commit comments