File tree 5 files changed +3
-6
lines changed
5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 9
9
@using HtmxBlazorSSR .Components
10
10
@using HtmxBlazorSSR .Components .FlashMessages
11
11
@using Htmxor
12
- @using Htmxor .Configuration
13
12
@using Htmxor .Components
Original file line number Diff line number Diff line change 1
1
using System . Text . Json ;
2
- using Htmxor . Configuration . Serialization ;
2
+ using Htmxor . Serialization ;
3
3
using Microsoft . AspNetCore . Components ;
4
4
using Microsoft . Extensions . DependencyInjection ;
5
5
Original file line number Diff line number Diff line change 2
2
using System . Text . Json . Serialization ;
3
3
using System . Text . Json . Serialization . Metadata ;
4
4
using Htmxor . Antiforgery ;
5
- using Htmxor . Configuration . Serialization ;
6
5
7
6
namespace Htmxor ;
8
7
Original file line number Diff line number Diff line change 2
2
using System . Runtime . CompilerServices ;
3
3
using System . Text ;
4
4
using System . Text . Json ;
5
- using Htmxor . Configuration . Serialization ;
5
+ using Htmxor . Serialization ;
6
6
using Microsoft . AspNetCore . Http ;
7
7
using Microsoft . AspNetCore . Http . Json ;
8
8
using Microsoft . AspNetCore . Routing ;
Original file line number Diff line number Diff line change 1
1
using System . Text . Json . Serialization ;
2
2
using Htmxor . Http ;
3
- using Htmxor . Serialization ;
4
3
5
- namespace Htmxor . Configuration . Serialization ;
4
+ namespace Htmxor . Serialization ;
6
5
7
6
[ JsonSourceGenerationOptions (
8
7
PropertyNamingPolicy = JsonKnownNamingPolicy . CamelCase ,
You can’t perform that action at this time.
0 commit comments