dotnet-framework
Here are 733 public repositories matching this topic...
-
Updated
Jul 9, 2020 - C#
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
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.
UnsupportedNode: PropertyArrayStart
Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ProcessNext()
ilspy\ILSpy.BamlDecompiler\Ricciolo.StylesExplorer.MarkupReflection\XmlBamlReader.cs:494
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/31365308-propertyarraystart-of-xmlbamlreader-processnext-is-not-implemented?utm_
Client operation documentation is now complete.
Point all object methods to this documentation.
-
Updated
Mar 27, 2020 - C#
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.
-
Updated
Jun 27, 2020 - C#
-
Updated
May 5, 2018 - C#
-
Updated
Jun 22, 2020 - C#
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?
There're probably quite a few questions on StackOverflow about formatting in console, tables, colors and word wrap. Find them and help people find the one and only correct solution.
And don't copy-paste answers like the last time. Don't be that stupid, you dirty rep whore. You have 25K rep, it's time to pretend you have brains.
-
Updated
Jul 6, 2019
-
Updated
Jun 11, 2020 - C#
Add ping metric
Should be relatively easy to do for UDP based of keep-alive/reliable acknowledgements perhaps put through an FIR/IIR filter. Not sure about TCP, might require a special packet which would be tricky given that there are no flags in the TCP protocol - make 0xFFFFFFFF a special character that can also be escaped if followed by a specific byte?
Is your feature request related to a problem? Please describe.
Based on @rmunn's comments in TheAngryByrd/MiniScaffold#175 (comment), we should add documentation that specifies what you need to do in case of build failures.
Describe the solution you'd like
For each target in the list, show errors and what to do about them.
Also show scena
-
Updated
May 2, 2017 - C#
-
Updated
Jun 25, 2020 - C#
Is your feature request related to a problem? Please describe.
I want to use ETCD's ttl, and I noticed that there are some lease methods (LeaseGrant and so on) exposed from client, but I can't figure out how to use them.
Describe the solution you'd like
Add some usage examples in README.md.
Thank you for your creating the great client again.
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
-
Updated
Jul 14, 2020 - C#
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
-
Updated
Mar 3, 2020 - C#
-
Updated
Mar 23, 2020 - C#
-
Updated
May 25, 2017 - C#
Someone suggested AllowTaskDragDrop is better named ReadOnly. There must be a reason why I named it this way in the first place. I will have to confirm the implications and make the change if required.
-
Updated
Jun 27, 2020 - C#
Improve this page
Add a description, image, and links to the dotnet-framework topic page so that developers can more easily learn about it.
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."


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