Skip to content
#

dotnet-core

dotnet logo

.NET is a free, cross-platform, open source developer platform for building many different types of applications.

Here are 4,961 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

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated May 11, 2020
  • C#
jdt
jdt commented Nov 4, 2019

I would prefer to report this issue in the Hangfire.Autofac project, but issues there have been disabled so I'll try to reach out here and hope this gets to the right person :)

The documentation lists the following as example usage

var builder = new ContainerBuilder();
// builder.Register...

GlobalConfiguration.Configuration.UseAutofacActivator(builder.Build());

That will

server
TheElectricCo
TheElectricCo commented Feb 18, 2020

Expected Behavior / New Feature

As stated in the ReadMe, Ocelot depends on .net standard 2.0 and should be usable with full .net framework

Actual Behavior / Motivation for New Feature

Nuget states that Ocelot 14.0.9 depends on .net core 3.1

image

oleg-nenashev
oleg-nenashev commented Mar 24, 2020

It would be great to have a logo for the project, at least a temporary one. Since WinSW is on the separate GitHub org now, having a logo would help to improve visibility for the project

Current logo draft, credits to @NextTurn 👍

image

Acceptance criteria:

  • Logo is suggested i
OrchardCore
Piedone
Piedone commented Apr 13, 2020

ImageTagHelper in the Media module provides an asset-src attribute for img tags to easily generate images with proper URL. We could have the same for the a tag too, so links can be easily generated too.

Since this just needs another HtmlTargetElement on the class, maybe a good first issue?

xieofxie
xieofxie commented Apr 7, 2020

Use this query to search for the most popular feature requests.

Is your feature request related to a problem? Please describe.
I'm always frustrated when I read the document, I don't know whether + - is supported in string/list, whether [] is case sensitive or not in htt

ebonat
ebonat commented Feb 8, 2019

The MatchTemplate() function results is given different max matching score in Windows 10.

OpenCV => 3.4.1
Operating System / Platform => Windows 10 (64 Bit)
Compiler => Visual Studio 2017

Using the same original and template images in Windows 10 the max matching score is different from Windows 7. Is there library that needs to be updated in Windows 10?

Thank you for your help,

-Ernes

xenophilios
xenophilios commented Feb 21, 2020

Great article. Thank you.
I would like to suggest that you add some explanation on the use of "in" and "out" as modifiers of generic type parameters. For example, the generic form of IComparable is given as IComparable<in T> and the generic form of IEnumerable as IEnumerable<out T>. If explanations are already available in other documents, perhaps you could let us know where to find th

Templates
VictorioBerra
VictorioBerra commented Jun 12, 2019

Which project template is the issue about?
API
...

Which version of the project template is the issue about?

...

Which version of Visual Studio or the dotnet SDK were you using?
2.2.203
...

If you call the API with a client and you set Accept to application/json it is completely ignored and you will ALWAYS get application/vnd.restful+json back.

Is this desired?

tehkyle
tehkyle commented Jul 19, 2019

Appologies if this is already possible or answered somewhere, I couldn't find details in the docs or searching existing issues.

Could the Help Text generator take an order for the listed options, such as by Required first, then Alphabetical?

We have a set of available verbs that have some shared options so have built our option classes to be inherited. Currently the help builder lists these

ghost
ghost commented Dec 13, 2018

There's no way to get a message template for a TraceEvent (the string that's used to generated FormattedMessage).

I'm trying to implement an event forwarder, so all events from ETW sources get sent to an external system and that thing supports message templates natively. It would be great to provide correct strings.

Created by Microsoft

Released February 13, 2002

Organization
dotnet
Website
dotnet.microsoft.com
Wikipedia
Wikipedia
You can’t perform that action at this time.