-
Updated
May 11, 2020 - C#
net-core
Here are 403 public repositories matching this topic...
-
Updated
Apr 28, 2020 - C#
-
Updated
May 15, 2020 - C#
FTP OS: Unix
FTP Server: ProFTPD
Computer OS: Windows 10
Many functions result in Socket-related issues.
Logs :
<paste logs here but DO
-
Updated
May 19, 2020 - C#
-
Updated
May 22, 2020 - C#
-
Updated
May 21, 2020 - C#
The lack of documentation is surprising, I'm new to all of this so It confuses me alot how to even beginn a project.
Could someone have a look and verify which modules need to be installed for a minimal Qml.Net to work, And add this to a wiki?
Additional Questions:
Does Visual Studio need all these C++ dependencies if QT have them?
Is there a way to simple choose between MSVC and MinGW
Documentation
-
Updated
Apr 14, 2020 - C#
-
Updated
Apr 30, 2020 - C#
Is 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]Documentation ?
Hello,
I'm looking for any documentation about this library ? The example is a bit short.
There is no explication about settings (for example "Page","ViewportSize" etc in Global and ObjetSettings :(
Anyone interested in creating a documentation ?
Command types should not contain options that resolve to one of the built-in options, i.e. --help/-h and --version (only on default command).
Currently this is not validated and will lead to undefined behavior (built-in options take precedence but both kind of options will still appear in help text).
Need to add validation and corresponding tests.
There's no install bat in the root of the directory.
There's no instructions in the readme.
There's a bunch of sln projects, but all for old vs versions, so not sure which one to use.
Gaaarh
-
Updated
May 22, 2020 - C#
-
Updated
May 22, 2019 - C#
-
Updated
Apr 16, 2020 - C#
Bug
NLog version: 4.6.8
NLog.Extensions.Logging version: 1.6.1
NLog.Web.AspNetCore version: 4.9.0
Platform: .NET Core 3.2
Current NLog config
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true"
internalLogLevel="InIt's currently only referenced as a nupkg package without any documentation on how to use it. The goal of this project is to help developers adopt fido2, we should therefore add proper documentation.
-
Updated
May 17, 2020 - C#
-
Updated
May 8, 2020 - C#
When logging, there would be times where you'd like to know whether the exception was one configured.
Example:
x.OnError((context, exception, httpContext) =>
{
if (!context.wasCaught){
_logger.Error(exception.Message);
}
return Task.CompletedTask;
});-
Updated
Apr 29, 2020 - C#
-
Updated
May 6, 2020 - C#
-
Updated
Sep 24, 2019 - JavaScript
-
Updated
Dec 13, 2018 - C#
update documentation on:
Running under the full IIS
dotnet/AspNetCore.Docs#1982 (comment)
https://docs.asp.net/en/latest/publishing/iis.html
https://msdn.microsoft.com/magazine/mt736459
aspnet/Announcements#172
https://www.strathweb.com/2015/12/running-asp-net-5-website-on-iis/
HTTPs
Improve this page
Add a description, image, and links to the 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 net-core topic, visit your repo's landing page and select "manage topics."


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