-
Updated
May 15, 2020
dotnet-core

.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...
-
Updated
May 14, 2020
-
Updated
May 14, 2020 - C#
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
May 11, 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.
- 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.
WinSW logo
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
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?
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
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.
Reproduction steps
Build source-build without explicitly exporting LD_PATH in fedora29.
Expected behavior
libgit2-7ce88e6 gets picked up automatically from source-build dotnet path after it fails to find it in the environment
Actual behavior
Without explicitly exp
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
Problem encountered on https://dotnet.microsoft.com/learn/aspnet/microservice-tutorial/run-docker
Operating System: macos
The last Version of .Net Core is 3.0 Not 2.2, you should modify the dockerfile on the tutorial.
I have modified the dockerfile, and this works correctly.
T