Fake.Identity
8.0.0-preview.240123
This is a prerelease version of Fake.Identity.
dotnet add package Fake.Identity --version 8.0.0-preview.240123
NuGet\Install-Package Fake.Identity -Version 8.0.0-preview.240123
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fake.Identity" Version="8.0.0-preview.240123" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fake.Identity --version 8.0.0-preview.240123
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fake.Identity, 8.0.0-preview.240123"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fake.Identity as a Cake Addin #addin nuget:?package=Fake.Identity&version=8.0.0-preview.240123&prerelease // Install Fake.Identity as a Cake Tool #tool nuget:?package=Fake.Identity&version=8.0.0-preview.240123&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
介绍
Fake的目的是为了探索Web应用程序编程之道的最佳实践,如果你也一样有兴趣,可以加入并成为Faker~
目前主要参考项目:Abp,MediatR,EShop
🐣开始
$ git clone https://gitee.com/xiaolipro/fake.git
$ cd fake
$ dotnet restore
😂请帮帮我
- mutil-framework compatibility
- unit test,functional test,benchmark test and more
- simple demo,useage doc
- bug issue and idel...
🐌基础能力
- 模块化
- 依赖注入
- 自动注入
- 属性注入
- 权限系统
- 审计日志
- 请求审计
- 方法审计
- 实体审计
- 实体变更审计
- 本地化(多语言)
- 本地文件系统
- 远程动态数据
- 文件系统
- Fake虚拟文件系统
- 原WebRootFileProvider
- wwwroot物理文件系统
- 工作单元
- 测试
- Fake集成测试
- Fake-Host集成测试(AspNetCore)
- 对象映射
- ObjectMapper
- AutoMapper
- Mapster
- 事件总线
- 本地事件总线
- 分布式事件总线
😘领域驱动设计
- 实体
- 实体审计
- 领域事件
- 聚合根
- 乐观锁
- 值对象
- 枚举
- 仓储
- 领域事件
- 领域异常
🐸微服务能力
- Consul服务发现与注册
- 客户端负载均衡
- 支持kv热更新
- Grpc客户端负载均衡
- RabbitMQ分布式事件总线
- SkyWalking分布式链路追踪
Grpc
- 可自定义客户端负载均衡算法/服务解析器
- 日志拦截器,skywalking上报
- 异常抛出GrpcException,可被管道捕获(适合host)
- 回退机制,客户端先起,阻塞等待可用服务出现(适合work)
- 服务端掉线,自动踢出可用队列
- 服务不可达/grpc内部异常,自动重试机制
- 连接持活机制,服务队列缓存机制等
鸣谢
JetBrains https://jb.gg/OpenSourceSupport.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Fake.Core (>= 8.0.0-preview.240123)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Fake.Identity:
Package | Downloads |
---|---|
Fake.Auditing
Package Description |
|
Fake.AspNetCore
Package Description |
|
Fake.Authorization
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0-preview.240123 | 91 | 1/23/2024 |
8.0.0-preview.240122 | 53 | 1/22/2024 |