The Wayback Machine - https://web.archive.org/web/20200715112510/https://github.com/topics/dotnet-framework
Skip to content
#

dotnet-framework

Here are 733 public repositories matching this topic...

shvmgpt116
shvmgpt116 commented May 5, 2020

I am running a sample test in SqlServer where it is using ToString() on a string column (COL2) in the LINQ.
The test is giving following error when trying to generate SELECT query from the LINQ.

**Unhandled exception. System.InvalidOperationException: The LINQ expression 'DbSet
.Where(t => t.COL2.ToString().Contains(__url_0))' could

KakCAT
KakCAT commented Mar 6, 2019

Hi! I'm trying to do an editor with DPS and ScintillaNET. When I use Ctrl+TAB, I show a dialog (like visual studio) of the currently opened text files.

Once I close the dialog to choose the file to edit, I use textEditorDialog.Show() (or textEditorDialog.Activate() ) to select the new edited text file.

DPS correctly shows the new edited text file, however the focus does not move into the new

mario-mestrovic
mario-mestrovic commented Nov 19, 2019

Hi everybody. I just wanted to point out that the GitHub Wiki section is not up to date. I went there to see the roadmap because I wanted to know when can we expect 6.4.0 release.
The wiki still shows that 6.3 is still in planning but it got released some time ago.

victorvsantos
victorvsantos commented Aug 19, 2019

Is your feature request related to a problem? Please describe.
I'm not being able to run Stryker in a project (netframework 4.5) inside a machine that doesn't have VS2017 installed (it has VS2015). Stryker fails when it tries to build the solution.

I ran some tests and found out that it tries to use the MSBuild.exe located at the first path defined on MSBuildHelper's.fallbackLocations.

risogolo
risogolo commented Aug 10, 2018

Since dotnetcore's behavior when testing entire solution is trying also test non testing projects and then whole process is evaluated as non successful at least on linux, then I need to run test on one by one testing project separately I need to somehow then merge altcover results into one xml file, is that possible?

MiniScaffold
flickerfly
flickerfly commented Apr 15, 2020

Description

I have looked at the website and the Readme and have not found a concise idea of what this application actually does, but get the general impression it has a place in my toolbox. It would be really helpful to have this information at the top of the main website page and the top of the readme with some basic idea of the features it provides to be able to evaluate if this would be

k-oshiro0322
k-oshiro0322 commented Nov 6, 2019

Hi, I'm using redmine-net45-api Version 2.0.43.0. thank you nice application!
In our environment, we use Apache Baic authentication.
I'm trying two pattern, But response Unautholized error.

Is there any solution?

pattern1:Embedded in URL .

try{
  var redmine = new RedmineManager(host: "http://basicid:[email protected]", apiKey: "XXXXXXXXXXXXXXX");

  var issue = redmine.Get

Improve this page

Add a description, image, and links to the dotnet-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotnet-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.