File tree Expand file tree Collapse file tree
Vinder.Identity.Application
Vinder.Identity.Infrastructure.IoC
Vinder.Identity.Infrastructure Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* global usings for System namespaces here */
2-
31global using System . Text . Json . Serialization ;
42
5- /* global usings for Vinder namespaces here */
6-
73global using Vinder . Internal . Essentials . Patterns ;
84global using Vinder . Internal . Essentials . Filtering ;
95
2925global using Vinder . Identity . Application . Providers ;
3026global using Vinder . Identity . Application . Mappers ;
3127
32- /* global usings for third-party namespaces here */
33-
3428global using FluentValidation ;
3529global using Vinder . Dispatcher . Contracts ;
Original file line number Diff line number Diff line change 1- /* global usings for System namespaces here */
2-
31global using System . Diagnostics . CodeAnalysis ;
42global using System . Security . Cryptography ;
53
6- /* global usings for Microsoft namespaces here */
7-
84global using Microsoft . Extensions . DependencyInjection ;
95global using Microsoft . Extensions . Configuration ;
106global using Microsoft . Extensions . Hosting ;
117
12- /* global usings for Vinder namespaces here */
13-
148global using Vinder . Identity . Common . Configuration ;
159global using Vinder . Identity . Domain . Collections ;
1610global using Vinder . Identity . Domain . Aggregates ;
3731global using Vinder . Identity . Infrastructure . Security ;
3832global using Vinder . Dispatcher . Extensions ;
3933
40- /* global usings for third-party namespaces here */
41-
4234global using MongoDB . Driver ;
4335global using FluentValidation ;
4436global using FluentValidation . AspNetCore ;
Original file line number Diff line number Diff line change 1- /* global usings for System namespaces here */
2-
31global using System . IdentityModel . Tokens . Jwt ;
42global using System . Security . Claims ;
53global using System . Security . Cryptography ;
64
7- /* global usings for Microsoft namespaces here */
8-
95global using Microsoft . IdentityModel . Tokens ;
106
11- /* global usings for Vinder namespaces here */
12-
137global using Vinder . Internal . Infrastructure . Persistence ;
148global using Vinder . Internal . Infrastructure . Persistence . Pipelines ;
159global using Vinder . Internal . Essentials . Patterns ;
3024
3125global using SecurityToken = Vinder . Identity . Domain . Aggregates . SecurityToken ;
3226
33- /* global usings for third-party namespaces here */
34-
3527global using MongoDB . Driver ;
3628global using MongoDB . Bson ;
3729global using MongoDB . Bson . Serialization ;
Original file line number Diff line number Diff line change 1- /* global usings for System namespaces here */
2-
31global using System . Diagnostics . CodeAnalysis ;
42global using System . Text . Json ;
53global using System . Text . RegularExpressions ;
64global using System . Net . Mime ;
75
8- /* global usings for Microsoft namespaces here */
9-
106global using Microsoft . AspNetCore . Mvc ;
117global using Microsoft . AspNetCore . Mvc . ModelBinding ;
128global using Microsoft . AspNetCore . Authorization ;
1511global using Microsoft . IdentityModel . Tokens ;
1612global using Microsoft . OpenApi . Models ;
1713
18- /* global usings for Vinder namespaces here */
19-
2014global using Vinder . Identity . Domain . Aggregates ;
2115global using Vinder . Identity . Domain . Filtering ;
2216global using Vinder . Identity . Domain . Collections ;
4741
4842global using Vinder . Internal . Essentials . Utilities ;
4943
50- /* global usings for third-party namespaces here */
51-
5244global using Vinder . Dispatcher . Contracts ;
5345global using Scalar . AspNetCore ;
You can’t perform that action at this time.
0 commit comments