Skip to content
#

netcore

Here are 2,014 public repositories matching this topic...

PowerShell
cpmcgrath
cpmcgrath commented Mar 29, 2020

Summary of the new feature/enhancement

Back in Powershell 5, I could write a script which contained:

> $cred = Get-Credential -UserName "$first.$last"

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

onepiecefreak3
onepiecefreak3 commented Feb 16, 2020

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.

fsharp
NinoFloris
NinoFloris commented Apr 16, 2020

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

maettu-this
maettu-this commented Feb 7, 2020

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
wexman
wexman commented Feb 12, 2020

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

ParagRaut
ParagRaut commented Apr 28, 2020

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

DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):

  • Updated Jul 12, 2020
  • C#
wendellmva
wendellmva commented Sep 19, 2018

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
pixtur
pixtur commented Apr 13, 2019

My biggest hurdle of using imgui is the lack of built in documentation. I know that the end of line comments in imgui.h are all over the place and probably not always useful without a context, but it would be extremely helpful to convert a line like this...

IMGUI_API void          Dummy(const ImVec2& size);                                      // add a dummy item of given size. unlike In
bgavrilMS
bgavrilMS commented Apr 3, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the netcore topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.