-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension "Progress Telerik UI for WPF Extension" causes MSBuild properties to be *undefined* #80
Comments
@3F Can happily report it works like a charm. Thanks. |
@Rand-Random No problem. Thank you for your feedback! Please note this is not a public release yet. |
* FIXED: An *undefined* MSBuild properties (e.g. SolutionDir, SolutionName, SolutionPath, ...) when environment is not completely ready. Caused by, for example, third-party plugins like Telerik etc. Issue #80. * FIXED: Broken caching for C# Mode since 1.16. +GenerateInMemory=true support. * FIXED: UI. Incorrect panel toggling in the main window. * FIXED: UI. Incorrect display of the scrollbar in the main editor when other actions are activated. * CHANGED: ISolutionEvent.Enabled option is no longer considered when executed from a script mode. For example, ``` #[Core events.Post.item("ShaList").run()] ``` run an `ShaList` action like function regardless of its activity state from a specified script. * CHANGED: VS IDE Error List now redirects to the main window to the specified action if you click it. * CHANGED: Core. Updated MvsSln 2.7 https://github.com/3F/MvsSln/releases/tag/2.7 * CHANGED: CIM. Updated hMSBuild 2.4.1 https://github.com/3F/hMSBuild/releases/tag/2.4.1 cim.cmd now supports modern keys, like: ``` cim.cmd -cs ~c Debug ``` * CHANGED: CI tools. * netfx4sdk 1.2 https://github.com/3F/netfx4sdk/releases/tag/1.2 * GetNuTool 1.9 https://github.com/3F/GetNuTool/releases/tag/1.9
When I have the extension Progress Telerik UI for WPF Extension ( https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikWPFVSExtensions ) enabled, the MSBuild Properties are undefined.
Here a screenshot of the issue:
Thanks in advance, for taking your time.
The text was updated successfully, but these errors were encountered: