All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
10 lines
262 B
C#
10 lines
262 B
C#
global using Service;
|
|
global using Repository;
|
|
global using Entity;
|
|
global using FluentAssertions;
|
|
global using NSubstitute;
|
|
global using Service.Budget;
|
|
global using Xunit;
|
|
global using Yitter.IdGenerator;
|
|
global using WebApi.Test.Basic;
|
|
global using Common; |