平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GlobalUsings.cs 1.6 KiB

3 months ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 
  2. //
  3. global using MoYu;
  4. global using MoYu.DataValidation;
  5. global using MoYu.DependencyInjection;
  6. global using MoYu.FriendlyException;
  7. global using MoYu.Logging;
  8. global using Microsoft.AspNetCore.Builder;
  9. global using Microsoft.AspNetCore.Hosting;
  10. global using Microsoft.AspNetCore.Http;
  11. global using Microsoft.AspNetCore.Mvc;
  12. global using Microsoft.Extensions.DependencyInjection;
  13. global using Microsoft.Extensions.Logging;
  14. global using System;
  15. global using System.Collections.Generic;
  16. global using System.ComponentModel;
  17. global using System.ComponentModel.DataAnnotations;
  18. global using System.IO;
  19. global using System.Linq;
  20. global using System.Text;
  21. global using System.Threading.Tasks;
  22. global using Yitter.IdGenerator;
  23. global using Microsoft.AspNetCore.ResponseCompression;
  24. global using System.IO.Compression;
  25. global using Newtonsoft.Json;
  26. global using Newtonsoft.Json.Linq;
  27. global using MoYu.UnifyResult;
  28. global using Microsoft.AspNetCore.Mvc.Filters;
  29. global using Lazy.Captcha.Core;
  30. global using Lazy.Captcha.Core.Generator.Image;
  31. global using Lazy.Captcha.Core.Generator.Image.Option;
  32. global using Org.BouncyCastle.Utilities.Encoders;
  33. global using Org.BouncyCastle.Crypto.Digests;
  34. global using Org.BouncyCastle.Crypto.Generators;
  35. global using Org.BouncyCastle.Crypto.Parameters;
  36. global using Org.BouncyCastle.Math;
  37. global using Org.BouncyCastle.Math.EC;
  38. global using Org.BouncyCastle.Security;
  39. global using SkiaSharp;
  40. global using System.Drawing;
  41. global using System.Drawing.Drawing2D;
  42. global using ICSharpCode.SharpZipLib.Checksum;
  43. global using ICSharpCode.SharpZipLib.Zip;
  44. global using System.Net;