This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Syntax updated
pull/1882/head
Onurkan Bakırcı
2 years ago
committed by
GitHub
parent
913ac777fc
commit
27803b3a6b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
3 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/Services/Basket/Basket.API/GlobalUsings.cs
+1
-0
src/Services/Identity/Identity.API/GlobalUsings.cs
+1
-0
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs
+ 2
- 1
src/Services/Basket/Basket.API/GlobalUsings.cs
View File
@ -58,4 +58,5 @@ global using System.Net;
global
using
System.Security.Claims
;
global
using
System.Text.Json
;
global
using
System.Threading.Tasks
;
global
using
System
;
global
using
System
;
global
using
System.Reflection
;
+ 1
- 0
src/Services/Identity/Identity.API/GlobalUsings.cs
View File
@ -58,6 +58,7 @@ global using System.Security.Cryptography.X509Certificates;
global
using
System.Text.RegularExpressions
;
global
using
System.Threading.Tasks
;
global
using
System
;
global
using
System.Reflection
;
+ 1
- 0
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs
View File
@ -48,3 +48,4 @@ global using Webhooks.API.IntegrationEvents;
global
using
Webhooks.API.Model
;
global
using
Webhooks.API.Services
;
global
using
Webhooks.API
;
global
using
System.Reflection
;
Write
Preview
Loading…
Cancel
Save