-
Updated
Jul 6, 2020
dotnet-core

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 5,300 public repositories matching this topic...
-
Updated
Jun 29, 2020 - C#
-
Updated
Jul 6, 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
If you're creating a bug/problem report, please include followings:
- Your Abp package version. - 5.2
- Your base framework: .Net Core. 3.1
Aspnetboilerplate Angular Template 5.2
Integration with the explanation from the page:
https://aspnetboilerplate.com/Pages/Documents/OData-AspNetCore-Integration
in .net core 3.1 mvc.internal is removed:
Could not load type 'Microsoft.AspN
-
Updated
Apr 26, 2020 - C#
-
Updated
Jun 28, 2020 - C#
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
Hi,
Similar to issue #125 it would be good to allow the same for the letsencrypt certbot container, could you please add a bind IP question during the bitwarden.sh install part in the letsencrypt section.
And something similar with (or storing the information for later in the previous
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
nopCommerce version: 4.30 Beta
Steps to reproduce the problem:
Add any item to wishlist
Go to wishlist page
Click on Email a friend button
See here, personal message input is a textbox. it would be good it have textarea
I do not see why there is the existence of both https://github.com/dodyg/practical-aspnetcore/tree/master/projects/logging and https://github.com/dodyg/practical-aspnetcore/tree/master/projects/hello-world-with-logging
They are practically the same. I think that hello world with logging should be removed.
Also, https://github.com/dodyg/practical-aspnetcore/tree/master/projects/logging-with-f
Currently we debug over an attach to the process.
An idea would be to setup an own debug-profile with the "dotnet electronize init" command.
WinSW logo
- Update documentation in
schema-types.md
- Add some xml comments
- Note in migration guide
See: graphql-dotnet/graphql-dotnet#1577 (comment)
Please assign to me; I will issue a PR when I have the time.
I am wondering if there is any support to handle temporary connection / server errors?
E.g. a retry + circuit breaker mechanism?
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?
I'd really like to see Blazor apps running inside service fabric. I'm not quite sure how to go about this myself. Could you look into providing a demo of this?
Case insensitive doesn't exist in postgres.
For te search is a problem, please use citext extensions instead text foreach type string.
npgsql/efcore.pg#236
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers#one-migration-set
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
Suggestion
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
Running the latest commandlineparser v2.3.0 on .Net Core 2.1.
The library example doesn't seem to work at all parsing IEnumerable
[Option('r', "read", Required = true, HelpText = "Input files to be processed.")]
public IEnumerable InputFiles { get; set; }
If you specify --read file1 file2 you get this exception:
System.InvalidOperationException
HResult=0x80131509
Since #1147, users can enable and disable docking mode dynamically. However, there's a little usability issue around switching handheld/docked and switching to a compatible controller type at the same time (handheld controller does not work in docked mode on many games)
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?
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
Installation Guidance Missing
No guidance on whether installation requires a reboot, or restart of services. No guidance on silent installation.
General
Trying to determine how to deploy this software using a configuration management tool, if there are command line options and whether restart of server/services is required.
Please provide a code sample for your issue if it is relev