{"id":26151420,"url":"https://github.com/mustenaka/winformtemplate","last_synced_at":"2025-04-14T05:11:02.949Z","repository":{"id":233543214,"uuid":"786870424","full_name":"Mustenaka/WinformTemplate","owner":"Mustenaka","description":"Winform Template（Winform .NET 模板程序）| 自用 | 使用AntdUI进行View构建，内涵各种常用工具库和方法","archived":false,"fork":false,"pushed_at":"2025-03-10T10:56:01.000Z","size":501,"stargazers_count":4,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T18:55:30.784Z","etag":null,"topics":["antdui","template","winform"],"latest_commit_sha":null,"homepage":"https://github.com/Mustenaka/WinformTemplate","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mustenaka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-15T13:11:20.000Z","updated_at":"2025-03-10T10:56:07.000Z","dependencies_parsed_at":"2024-05-16T04:17:29.583Z","dependency_job_id":"618c7c7a-3aa0-45e2-b2dd-5c6ef782142d","html_url":"https://github.com/Mustenaka/WinformTemplate","commit_stats":null,"previous_names":["mustenaka/winformtemplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustenaka%2FWinformTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustenaka%2FWinformTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustenaka%2FWinformTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustenaka%2FWinformTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mustenaka","download_url":"https://codeload.github.com/Mustenaka/WinformTemplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824681,"owners_count":21167345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antdui","template","winform"],"created_at":"2025-03-11T06:35:10.206Z","updated_at":"2025-04-14T05:11:02.925Z","avatar_url":"https://github.com/Mustenaka.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Winform Template (Winform 模板程序)\n\n自用的WInform C# .NET 模板程序，包含常用的、配置文件加载（JSON\\XML\\INI）、四级别的日志（利用log4net）、NPOI Excel交互工具、csvHelper交互工具、DB（Mysql）链接，单元测试组件、计算辅助库、MVVM设计模式、命令设计模式、发布版本管理等、项目按照标准C# .NET规范项目构建。\n\n### 引用Package\n\n| 名称                         | 介绍                                   | 版本    |\n| ---------------------------- | -------------------------------------- | ------- |\n| AntdUI                       | UI控件库                               | 1.6.10  |\n| CsvHelper                    | CSV导出模块                            | 33.0.1  |\n| LiveCharts.WinForms.NetCore3 | 图表UI控件库                           | 0.9.8   |\n| log4net                      | 高性能日志库                           | 3.0.1   |\n| Microsoft.NET.Test.Sdk       | 测试SDK                                | 17.10.0 |\n| MySql.Data                   | Mysql数据支持库                        | 9.1.0   |\n| MySqlConnector               | Mysql连接器                            | 2.3.7   |\n| Newtonsoft.Json              | Json交互模块                           | 13.0.3  |\n| NPOI                         | Excel交互模块（功能丰富）              | 2.7.1   |\n| NUnit                        | 单元测试库（这个别改版本）             | 3.14.0  |\n| NUnit3TestAdapter            | NUnit第三版的测试适配器（链接测试SDK） | 4.6.0   |\n| System.Management            | 管理信息和管理事件器                   | 8.0.0   |\n\n\n\n#### 快速chatGPT沟通\n\n为了可以使chatGPT更好的理解问题，你使用这个项目进行自己的项目的二次开发时，可以使用以下的提示词从而提升回答的准确性\n\n\u003e 接下来我有一系列c# Winform程序的开发问题将会问你，为了使你的回复更加准确，我将使用如下技术栈：\n\u003e 1. NPOI，进行Excel交互的开发\n\u003e 2. csvHelper用于进行csv交互处理\n\u003e 3. AntdUI https://github.com/AntdUI/AntdUI 界面UI库\n\u003e 4. log4net 用于日志处理\n\u003e 5. Newtonsoft.Json 用于json的交互处理\n\u003e 6. NUnit、Nunit3TestAdapter、Microsoft.NET.Test.Sdk 用于进行单元测试\n\u003e 7. Microsoft.EntityFrameworkCore; EF框架，通过ORM操作MySQL数据库 \n\u003e 8. MySqlConnector 用于链接Mysql\n\u003e 9. LiveCharts2 https://livecharts.dev/docs/winforms/2.0.0-rc2/gallery 图表UI库\n\u003e 在你理解我使用的技术栈之后，我将会有很多相关的开发问题需要咨询，请你直接且准确的回复我","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustenaka%2Fwinformtemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustenaka%2Fwinformtemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustenaka%2Fwinformtemplate/lists"}