-
Publish Visual Studio Extension task fails to parse manifest, even though it seems to be valid XML. The relevant log lines:
2019-02-25T21:39:53.6656965Z Searching for manifest file '*.vsixmanifest'…
-
This was previously working:
Exception caught while trying to lookup the display name with 'UserPrincipal.Current.DisplayName'.
Stacktrace: System.InvalidCastException: Unable to cast object of typ…
-
```
PS C:\WINDOWS\system32> python
Python 3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more informa…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi…
-
## Steps to Reproduce
### Minimal example
```
class TestTextSelectionScroll extends StatefulWidget {
@override
_TestTextSelectionScrollState createState() =>
_TestTextSelectionScrol…
-
## Steps to Reproduce
``` dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context…
-
### Used Visual Studio
Visual Studio 2019
### Are the latest Visual Studio updates installed?
Yes
### SpecFlow Section in app.config or content of specflow.json
_No response_
### Issue Descripti…
-
Visual Studio 2019 version 16.4.0 preview 5 and newer versions will not load the ConEmu Launcher extension due to use of deprecated APIs and no longer provides an override ability for loading the exte…
-
The readme recommend to use `CMAKE__COMPILER_LAUNCHER` to use sccache. But this command [is only processed](cmake.org/cmake/help/latest/prop_tgt/LANG_COMPILER_LAUNCHER.html) in case you are using Make…
-
### Installed product versions
- Visual Studio: 2019 Enterprise
- This extension: 1.12.253
### Description
Have some .md file in Git
Have a conflict to address during a merge
Ask VS to merge (…