Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 44s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 3s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
9 lines
241 B
C#
9 lines
241 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; |