netcore
Here are 2,014 public repositories matching this topic...
Currently when adding an item to your cart, it only updates the cart counter graphic for that browser instance, not all connected clients. Using SignalR it should be relatively straightforward to update the cart counter on all connected clients.
-
Updated
Jul 1, 2020 - C#
This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.
As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.
-
Updated
Jun 29, 2020 - C#
-
Updated
Jul 12, 2020 - C#
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
C# has the possibility to mark types and members as readonly on structs to signal to roslyn no defensive copies have to be performed. F# with its immutable by default semantics should take advantage of this to gain end users some automatic perf improvements.
Relevant language feature docs:
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/struct#readonly-struct
-
Updated
Jul 12, 2020 - C#
Improvement description related to the Text property
The Text
property is of no use. Inheriting from UserControl
instead of Control
would fix this, i.e. hide it. Alternatively:
[Bindable(false)]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[EditorBrowsable(Edi
-
Updated
Jun 13, 2020 - C#
I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.
I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no
Users are copying these samples, because, well, we're providing them as examples. We shouldn't be using ProjectReference to set up the dependencies.
-
Updated
Jul 9, 2020 - C#
-
Updated
Jun 25, 2020 - C#
Documentation
This is an awesome project but as I'm integrating it into my app, the lack of documentation is becoming noticeable.
Documenting the few public classes NLua offers would definitely help.
I figured out that node-sass dependency mentioned in web package is obsolete now.
I tried to change it to
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"node-sass": "^4.14.0",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},
then web-vue built s
-
Updated
Jul 12, 2020 - C#
Describe the bug
Extension method not working as expected.
To Reproduce
[Fact]
public async Task Should_Compile_Template()
{
var engine = new RazorLightEngineBuilder()
.UseMemoryCachingProvider()
.Build();
var template = "@using Humanizer@(Model.Name.Pluralize())";
var component = new Component { Name = "Customer"};
var result = await engine.CompileRende
I tried to create a custom runtime lambda for testing yesterday
dotnet new lambda.CustomRuntimeFunction --name TryNetCore31
But it seems there is not bootstrap
file included, is it normal?
https://github.com/aws/aws-lambda-dotnet/tree/master/Blueprints/BlueprintDefinitions/Msbuild-NETCore_2_1/CustomRuntimeFunction/template/src/BlueprintBaseName.1
; // add a dummy item of given size. unlike In
Which Version of MSAL are you using ?
4.10
Platform
all
Repro
AcquireTokenInteractive with scope "User.Read" or with no scopes
AcquireTokenSilent with the same scope
Expected behavior
AcquireTokenSilent should hit the cache
Actual behavior
refresh_token flow is used to get a new AT every time
Additional context/ Logs / Screenshots
Improve this page
Add a description, image, and links to the netcore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netcore topic, visit your repo's landing page and select "manage topics."
Summary of the new feature/enhancement
Back in Powershell 5, I could write a script which contained:
A dialog would then appear, asking for the password, but it also gave the option of changing what the username was. This was useful as you could implement a naming standard, but when there was an edge case allowed the end