ASP.NET

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 506 public repositories matching this topic...
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
Right now when I need to create a new website what should I choose? The templates look similar but with some differences. I think this should be documented with some good guidance for beginners.
Document Details
- ID: 0b952f8a-18e1-4843-0741-6ca877fb303a
- Version Independent ID: d80dfb96-bc86-a
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
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.
It seems that someone edited out all documentation for SwaggerToTypeScriptClientGenerator
.
Is is possible to revert back to older revisions to have it available for users?
I think it would be useful to add a mention about Async streams (IAsyncEnumerable) when a developer wants to tackle 'Handle streams of data' problem.
In this quickstart, Info() has been replaced by OpenApiInfo():
https://github.com/microsoft/aspnet-api-versioning/wiki/API-Documentation#aspnet-core
Thanks for all you do to maintain this site.
npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
npm ERR! Missing: expo@~37.0.3
npm ERR! Missing: react@~16.9.0
npm ERR! Missing: react-dom@~16.9.0
npm ERR! Missing: react-native@https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz
npm ERR! Missing: react-native-web@~0.11.7
npm ERR! Missing: babe
When using current lint settings in packages.json, eslint fails if there is no json file inside ClientApp folder.
Correct way would be:
"lint": "eslint -c ./.eslintrc.js \"ClientApp/**/*.{js,vue,json}\" webpack*.js",
Describe the bug
BaGet must be restarted after installing a new PostgreSQL database due to the following error message:
Npgsql.NpgsqlException (0x80004005): The NpgsqlDbType 'Citext' isn't present in your database.
Work around
Restart BaGet to fix this issue.
To Reproduce
- Install PostgreSQL
- Delete BaGet's database if it exists
- Start BaGet
- Verify the P
-
Updated
Apr 14, 2020 - C#
-
Updated
May 18, 2020 - JavaScript
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
Page with RouteLink
:
<dot:RouteLink RouteName="Dashboard_Radio" Param-RadioId="{value: Id}">
Radio
</dot:RouteLink>
and Route definition eg.: dashboard/radio/{Id?}
should fail to render, becouse RouteLink
contains extra parameter RadioId
which is not located in route definition.
Supported scenarios and unsupported scenarios are not well explained outside the example on the README.
Improve Documentation with more examples and explanations of what will/won't work.
-
Set up Github Pages site with great documentation
-
Improve & Update README
-
XML <summary> tags on classes & methods.
in the Documentation it says that the connectionString will be specified in the OnConfiguring like so
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite(ConnectionString);
base.OnConfiguring(optionsBuilder);
}
and i also followed the dataIsolation sample
this is inside setupDb()
var ti =
-
Updated
Apr 1, 2019 - Python
-
Updated
May 21, 2020 - C#
-
Updated
Oct 5, 2019 - C#
-
Updated
May 13, 2020 - C#
-
Updated
May 8, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
Sep 17, 2019 - C#
This issue has been moved from a ticket on Developer Community.
The UseResponseCaching method in the ResponseCachingExtensions class in the Microsoft.AspNetCore.Builder namespace is missing XML Documentation Comments.
(As a quick aside, the "Summary" sec