walterlv

Results 26 issues of walterlv

利益相关:双包用户(库包和源码包,由同一个项目打包出来) 提案内容: 1. 任何情况下(有或者没有打源码包,有或者没有安装 SourceYard,设置任何源码包的专属配置),项目打出的库包都不应该有区别。 2. 大多数依赖默认不对打出的源码包产生任何影响,包括: - PackageReference - ProjectReference - Reference 3. 少部分依赖应该直接加入到源码包中,包括: - FrameworkReference 4. 必须显式声明的依赖,才会加入到源码包的依赖中,见下方示例。 示例 1:将库包作为双包项目中源码包的依赖,打出的源码包将包含库包依赖。 ```xml ``` 示例 2:将双包的源码版本作为双包项目中源码包的依赖,打出的源码包将包含源码包依赖。 ```xml ``` 示例 3:将源码包作为双包项目中源码包的依赖,打出的源码包将包含源码包依赖。 ```xml...

See this picture below: - The original package depends on other packages only on .NET Standard - But the SourceYard package merged the other packages so the .NET Framework project...

现在要接入,必须在程序集中添加一个 `[CompileTime]` 类,然后在里面编写代码。对于一个程序集众多的项目来说,这样的代码重复性非常高。 如果编译期元数据是自动生成的,提供一些运行时 API 来找到这些自动生成的元数据,则可以让编译期代码写得就像反射一样简单。

### Is your feature request related to a problem? Please describe. Supposed that we are developing such an app: 1. It has a floating icon on the desktop/screen 2. The...

enhancement
api

### Installed product versions - Visual Studio: 2019 Professional - This extension: 1.0.43 ### Description When renaming an identifier using Visual Studio keyboard shortcut Ctrl+R,R, the extension crash due to...