鬼谷子
鬼谷子
1. Have your repository in Github or any source control been created at least 3 months? Yes, you can see our github repo: https://github.com/BlazorComponent/MASA.Blazor Docs: http://blazor.masastack.com/ (docs site has a...
Add MASA Blazor [MASA.Blazor](https://github.com/BlazorComponent/MASA.Blazor) - A set of enterprise-class UI components based on Material Design and Blazor WebAssembly.
# Are you using MASA Blazor? If you are using MASA Blazor, first we would like to Thank You. Our goal is to grow the community, improve MASA Blazor and...
like mvc controller: ```c# public class TestService: ServiceBase { public TestService() { MapToRESTful(); } dynamic Get(int Id) { // todo something } } ```
### 假设标准服务写法 ```csharp var builder = WebApplication.CreateBuilder(args); var app = builder.Build(); app.MapGet("api/v1/catalog/{id}", GetAsync); app.MapGet("api/v1/catalog/{id}/product", GetProductAsync); app.MapPost("api/v1/catalog/{id}/product", CreateProductAsync); app.MapPut("api/v1/catalog/{id}/product", UpdateProductAsync); app.MapDelete("api/v1/catalog/{id}/product", DeleteProductAsync); app.Map("api/v1/catalog/test", TestAsync); app.Run(); public async Task GetAsync(int id) {...
# MASA Blazor 贡献指南 欢迎来到开源摘星计划-MASA Blazor贡献专栏 。MASA Blazor已加入开源摘星计划,该计划提供奖励以鼓励你加入我们的社区:所有参与本项目贡献的开发者都可获得相应贡献积分、奖励以及被评选为年度摘星100 人的机会,活动及奖励详情请见:[开源摘星计划](https://github.com/weopenprojects/WeOpen-Star)。 📅活动时间:2022年5月-12月 ## 🌟关于MASA Blazor > 基于Material设计规范和BlazorComponent的交互能力提供标准的基础组件库。提供如布局、弹框标准、Loading、全局异常处理等标准场景的预置组件。从更多实际场景出发,满足更多用户和场景的需求,最大的减少开发者的时间成本。缩短开发周期提高开发效率。并提供一套Web解决方案示例 - [MASA Blazor Pro](https://github.com/BlazorComponent/Masa.Blazor.Pro) 有多种常见场景和预设布局等精彩内容。 ### **以下是项目可参与的方向:** 1. 我们列出了适合首次加入 MASA Blazor 社区的贡献者的问题、适合对项目有足够了解的贡献者的特殊 issue 挑战(参见下面的列表)以及一些社区日常任务。如果你愿意解决,请点击该 issue...
https://github.com/alibaba/formily https://lowcode-engine.cn/docV2/funcv8
Sorry, I don't know if it is a bug. ### Describe the bug I deployed 3 nginx at HongKong, and deployed 3 YARP at HangZhou. > Client -> Nginx ->...