Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 移除WPF项目,恢复GitHub Actions构建 #475

Merged
merged 3 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions EasilyNET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi.Test.Unit", "sample\
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{771BAFD8-69AB-4F2E-9FBF-0280E83953BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp.Test", "sample\WpfApp.Test\WpfApp.Test.csproj", "{56587036-FE93-4D37-8D29-0C8B09DE2BDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -145,10 +143,6 @@ Global
{771BAFD8-69AB-4F2E-9FBF-0280E83953BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{771BAFD8-69AB-4F2E-9FBF-0280E83953BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{771BAFD8-69AB-4F2E-9FBF-0280E83953BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56587036-FE93-4D37-8D29-0C8B09DE2BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56587036-FE93-4D37-8D29-0C8B09DE2BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56587036-FE93-4D37-8D29-0C8B09DE2BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56587036-FE93-4D37-8D29-0C8B09DE2BDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -174,7 +168,6 @@ Global
{7E493CA2-CB0C-77E0-B442-5ED204493F13} = {8D626EA8-CB54-BC41-363A-217881BEBA6E}
{8F9C18F9-A526-DCA0-597F-90D64AE5C6C2} = {8D626EA8-CB54-BC41-363A-217881BEBA6E}
{9B426136-DC85-603B-94FB-F3C0B2E72713} = {4F9DEAE5-078F-E77A-2E4A-FEB6FFE226FF}
{56587036-FE93-4D37-8D29-0C8B09DE2BDC} = {4F9DEAE5-078F-E77A-2E4A-FEB6FFE226FF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF2C0069-ED43-44A1-A66C-2CC1B62E3EA3}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
git config core.ignorecase false
```

本项目为 docker-compose 的编排,用于展示项目的效果以及单独为项目启动一些服务.
本项目使用 docker-compose 编排,用于展示项目的效果以及单独为项目启动一些服务.可通过VS将 docker-compose 项目设置为启动项一键启动.

- 目前包含的服务列表如下:

Expand All @@ -37,7 +37,7 @@ EasilyNET Packages
- 基于 RabbitMQ 的消息总线实现
- 对 MongoDB 驱动的一些封装,方便使用以及一些常用的默认配置
- 雪花 ID,一些常用的数据类型,枚举,扩展方法等
- 自动模块化注入服务
- 自动模块化注入服务,新增支持 WPF,WinForm 等项目,需使用 IHost 通用主机模式
- MongoDB 添加 DateOnly 和 TimeOnly 的支持
- MongoDB GridFS 用法的简单支持(常用用法)和使用案例.
- 在 WebAPI 中集成一些常见的过滤器和中间件
Expand Down
14 changes: 0 additions & 14 deletions sample/WpfApp.Test/App.xaml

This file was deleted.

62 changes: 0 additions & 62 deletions sample/WpfApp.Test/App.xaml.cs

This file was deleted.

13 changes: 0 additions & 13 deletions sample/WpfApp.Test/AppServiceModules.cs

This file was deleted.

9 changes: 0 additions & 9 deletions sample/WpfApp.Test/AssemblyInfo.cs

This file was deleted.

16 changes: 0 additions & 16 deletions sample/WpfApp.Test/MainWindow.xaml

This file was deleted.

19 changes: 0 additions & 19 deletions sample/WpfApp.Test/MainWindow.xaml.cs

This file was deleted.

3 changes: 0 additions & 3 deletions sample/WpfApp.Test/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions sample/WpfApp.Test/ViewModels/MainWindowModel.cs

This file was deleted.

29 changes: 0 additions & 29 deletions sample/WpfApp.Test/WpfApp.Test.csproj

This file was deleted.

Loading