-
Hi, I am automating desktop application using Winium. Here is the scenario.
1. Launch the application
2. Clicking a button the application will display table
3. I am able to click text using Name…
-
Perhaps you've already considered it, but in case you haven't:
The library has many duplicate code paths, one using a Span implementation for higher targets (.NET) and one using arrays for lower ta…
-
Don't replace the existing ones, but add them additionally.
That way users can choose between using the Chocolatey package that requires `Microsoft Visual C++ 2015 Redistributable Update 3` to be i…
-
* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using:
> Microsoft.ApplicationInsights.WorkerService: 2.22.0 (same issue wi…
-
##Specflow + Easy Repro
Unable to see Specflow test in test explorer. I am using Visual Studio 2019 Community Version. Using Below Packages
…
-
VS2017 15.5, MSBuild 15
### Steps to reproduce
Create new 4.6.1 WebJob project
Install NetStandard 2.0 package (like EEFCore 2.0)
Build project: no warnings
Publish WebJob: publish profile …
-
cc: @Anipik @safern @ericstj
While testing package validation I noticed that apparently we are filtering the assets that we consider when parsing a package here:
https://github.com/dotnet/sdk/b…
-
Hi @monoblaine,
Found your repo from here: https://github.com/nea/MarkdownViewerPlusPlus/issues/152
I'm looking to build **MarkdownViewerPlusPlus** for 64-bit Windows 10. But getting `error : U…
-
the project is
```
net452;net461;netstandard2.0
```
The build results of net45 and net461 are different.
net45's build result has a little thing
![net45…
-
In the NdefLibrary.csproj, add a target to the .net framework 4.6.1.
`
netstandard1.4;net461
`
By reference to this link (https://docs.microsoft.com/fr-fr/dotnet/standard/net-standard#net…