喵喵大人

Results 7 issues of 喵喵大人

## 提议 被提案为了明确提交的分支,以避免产生BC (Break Change)问题。我们建议: ### 版本控制方案 Kratos 和其第一方包遵循,[semver](https://semver.org)语义化版本,次要和补丁版本永远不发生 BC。 ### 如何提交 - **所有**的 bug 修复,都应当提交到最新稳定分支(例如:2.0 分支), 除非 bug 修复,修复了下一个主要版本的问题,否则永远不应提交到 main 分支 - **完全向下兼容**的**次要特性**,应当被提交到最新稳定分支 - **主要新特性**或是发生了 **BC** 的变更,应当被提交到 main 分支...

suggest

It is recommended to design a one-to-many structure: ```csharp IDictionary { } ```

Need Review
Feature

`App` exists for historical reasons. Now we need to deprecate `App` class for the following reasons: - Static functions should be thread-safe, but App are not. - App objects induce...

3.0

Glob implements glob(3) style match. ```csharp /// /// Returns a regexp which is the equivalent of the glob pattern. /// /// The regex pattern. /// Is it strictly required not...

Need Review
Feature

The configuration file name of the `editing environment` is consistent with the `runtime environment`configuration file name. ```tree CatLib/ - Runtime/ - - Config/ - - - Assemblys.cs - - -...

Need Review
Feature

In China, Unity has a chinese special edition, whether the docker image can add support for the chinese special edition of unity? --- Additional official api support is provided for...

enhancement