-
Updated
Jun 28, 2020 - C#
net-core
Here are 419 public repositories matching this topic...
-
Updated
Jun 15, 2020 - C#
-
Updated
Jul 11, 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
Jul 3, 2020 - C#
-
Updated
Jul 13, 2020 - C#
-
Updated
May 21, 2020 - C#
Documentation
Hello,
First of all, thanks @pauldotknopf (and all contributors) to make the dream – to have a C# crossplatform UI library – come true.
This fits perfectly my needs.
But there's a lack of documentation, and I can understand because the project is pretty new.
I could contribute on writing it, oh god if only I could.
I have not a lot experimentation with C# nor with Qt (although for the las
-
Updated
Jul 12, 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 ?
For a command that has child commands sub1 and sub2 show the subcommands in usage.
Usage
myapp command [options]
myapp command sub1 [options]
myapp command sub2 [options]
Probably best to implement this after #10
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
Jul 10, 2020 - C#
-
Updated
Jun 19, 2020 - C#
-
Updated
May 22, 2019 - 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
Jul 12, 2020 - C#
-
Updated
Jun 30, 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
Jun 13, 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