Skip to content
#

azure-devops

Here are 1,149 public repositories matching this topic...

renovate
zharinov
zharinov commented May 10, 2022

Describe the proposed change(s).

It seems to be available starting from Node v17. See also:
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

type:refactor good first issue status:requirements priority-5-triage
rozbo
rozbo commented Feb 10, 2022

感谢开源,我fork后代码改的太多,就没法pr,这里给可能需要的人提供下效果的和思路。

我们想实现的效果是

也许,看到这里,你可能会嗤之以鼻,这个多简单,还用你啰嗦

 /// <summary>
    /// 删除图书
    /// </summary>
/// <remarks>
/// 描述测试 **markdown测试**
///<remarks>
 [HttpDelete("{id}")]
        [LinCmsAuthorize("删除图书", "图书",Desc = "描述测试 **markdown测试**")]
        public async Task<UnifyResponseDto> DeleteAs
documentation good first issue

This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.

  • Updated Jun 13, 2022
  • C#

Improve this page

Add a description, image, and links to the azure-devops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-devops topic, visit your repo's landing page and select "manage topics."

Learn more