asp-net-core
Here are 4,070 public repositories matching this topic...
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
-
Updated
Jul 14, 2020 - C#
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.
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?
-
Updated
Jun 10, 2020 - C#
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
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?
I've read lately that the Authorization Code flow with PKCE is now recommended for most application types.
IdentityServer4 Docs
Philippe De Ryck on OAuth 2.0 best practices
Is there a reason why the Admin client uses the
It should be set to True to counter count per most specific rule, not to add to most general rule. It is not clear from description. I saw this. May be need to update docs to make it clear.
We just need a piece of documentation because there is literally no documentation about directive locations except from the spec. The spec is not easy to read. Something like this would make sense
directive @field_definition on FIELD_DEFINITION
directive @argument_definition on ARGUMENT_DEFINITION
directive @object on OBJECT
directive @interface on INTERFACE
interface Foo @inter[Request] Add a wiki
I am a fairly inexperienced developer who might benefit from a wiki page explaining when you'd use this library and what it solves that the base .net framework does not.
I was under the impression that .Net core had assembly scanning already. Does this just make it more user-friendly or is it something else?
-
Updated
Jul 13, 2020 - C#
-
Updated
Jul 14, 2020 - C#
-
Updated
May 21, 2020 - C#
Hi,
I am trying to figure out how to change the SQL Server DB Schema name from "dbo" to something else. Found nothing in the documentation. Looking at the code, the Db class is sealed and no entry point could allow me to override this.
Can you please advise?
Thank you
Christophe
Hi, All
- install nvm and install node.js v10.16.0, npm v6.9.0
- run "dotnet restore"
- run "npm install" & "npm audit fix"
- run "npm list" show below error
npm ERR! peer dep missing: @angular/common@^6.0.0-rc.0 || ^6.0.0, required by ngx-toasta@0.1.0
npm ERR! peer dep missing: @angular/compiler-cli@^8.0.0-beta.0 || ^8.1.0-beta.0 || ^8.2.0-beta.0 || ^8.3.0-beta.0 || ^8.4.0-beta.0 |
Just setting this up for the first time ready for the dotnetsoutheast codeathon on Saturday. The web project wouldn't build without me doing a manual npm install in the AllReadyApp\Web-App\AllReady folder. This isn't mentioned in the [setup documentation](https://github.com/HTBox/allReady/blob/master/docs/prerequisite_install_guide/pr
Describe the bug
Not a CSLA bug, a doc bug :)
Version and Platform
Irrelevant
Code that Fails
Not code per-se....I just realized that this doc page was never finished: https://github.com/MarimerLLC/csla/blob/master/docs/Analyzers.md. Need to finish that.
Stack Trace or Exception Detail
No stack trace.
Additional context
None
If something fails for example https://github.com/CarterCommunity/Carter/blob/master/src/Carter/OpenApi/CarterOpenApi.cs#L30 we need to log why.
Might be worth logging other areas to highlight what's going on in the output generation
The following is a suggestion (low priority), up for discussion.
I've use the AddExtCore(...) method as follows on a number of projects:
const string DefaultIncludeAssemblyScanningRegex = "^(app.ext.*)$";
services.AddExtCore(null, new DefaultAssemblyProvider(services.BuildServiceProvider())
{
IsCandidateCompilationLibrary = lib => Regex.IsMatch(lib.Name, DefaultIncludeAssemIs your feature request related to a problem? Please describe.
In the documentation you simply pass an IQueryable to the PagedList without any sort of keyselector. However if you e.g. pass an IQueryable from a database without any keyselector, then the results aren't guaranteed.
The generated SQL (For sql server) is as follows
SELECT [a].[WtgId], [a].[TimeOnUtc], [a].[Code], [a]The Facebook login instructions (which introduced and showed the secrets manager) were removed in 1.1. We should figure out how to talk about the secrets manager again, possibly in #21.
Hi,
I'm wondering if there are any samples or guidance that could be given on how to configure the OpenTracing shim? I'm having trouble working out how to configure it up inside an Asp.Net Core app.
Thanks.
-
Updated
Jul 6, 2020 - HTML
Comments from gitter:
Hello there! I'm brand new to Cofoundry and am trying to figure out why the visual editor is not working for me in the bare bones solution I have built. I downloaded the Simple Site and those regions appear to work. Is there some javascript I have to add or something?
Hi, there's no JavaScript you need to add, it gets inserted automatically. Some of the other samples
Improve this page
Add a description, image, and links to the asp-net-core topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asp-net-core topic, visit your repo's landing page and select "manage topics."

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