.NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 15,871 public repositories matching this topic...
🚀 Feature Proposal
Selenium 4 brings a set of all-new features and https://www.selenium.dev/documentation/en/ needs to be updated to contain the related docs for them.
Motivation
It'd be nice to have the following new features covered in the docs:
- Relative locators
- CDP integration
- New Grid 4.0
Example
...
-
Updated
Jul 7, 2020
Installation Guidance Missing
No guidance on whether installation requires a reboot, or restart of services. No guidance on silent installation.
General
Trying to determine how to deploy this software using a configuration management tool, if there are command line options and whether restart of server/services is required.
Please provide a code sample for your issue if it is relev
-
Updated
Jul 9, 2020
I'd suggest renaming CSharpDecompiler.DecompileWholeModuleAsSingleFile() to DecompileWholeModuleAsSingleSyntaxTree() as in my understanding it's not really doing anything with a single file. The documentation on the method reinforces this: "Decompiles the whole module into a single syntax tree.".
Am I missing something?
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints
Steps to Reproduce
I followed the steps: https://www.mono-project.com/docs/advanced/pinvoke/dllnotfoundexception/
- create file mydoc.conf under /etc/ld.so.conf.d/
- write /usr/local/lib in the file mydoc.conf, where /usr/local/lib contains my.so
- in command line:
$sudo ldconfig
Current Behavior
When I use
$ ldconfig -p |grep my.so
still nothing found
On which platfo
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
We should probably host images on GitHub directly if we're able to.
Reported by russia_nekto on Discord.
-
Updated
Jul 12, 2020 - TSQL
-
Updated
May 2, 2020 - C#
-
Updated
Apr 26, 2020 - C#
Describe the bug
Jellyfin and/or ffmpeg may fail on extracting subtitles. When this happens, a 0 KB srt file is saved but Jellyfin seems unable to remove it. Upon trying to play the video again, Jellyfin seems content that it has a 0KB SRT file, thus not playing any subtitles.
System (please complete the following information):
- OS: Windows 10 ver 1909
- Virtualization: None
- C
There are 2 places we are using BufferBlock<T> today:
We should consider replacing this depende
I came across this issue when I decided to profile my (in progress) game and discovered I was generating a ton of VertexBufferBinding[] arrays during the
I use IdentityServer (v2.5.3) and recently went from code-defined clients to appSettings-defined (see http://docs.identityserver.io/en/3.1.0/topics/clients.html)
In the process I made the mistake of translating AllowedGrantTypes = GrantTypes.ClientCredentials into "AllowedGrantTypes": [ "ClientCredentials" ] when the correct value is "client_credentials".
I noticed that:
- The error
Running Pulumi CLI commands in CI is failing with the following error:
error: could not get cloud url: unmarshalling credentials file: unexpected end of JSON input
The following scripts are representative of what was running when the error happened:
# prepare.sh
curl https://sdk.cloud.google.com | bash > /dev/null
export PATH=$PATH:/root/google-cloud-sdk/bin
KEY_FII 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
-
Updated
Jul 10, 2020 - C#
For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-






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