Skip to content
#

netstandard

Here are 740 public repositories matching this topic...

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
EventFlow

OSharp是一个基于.NetCore的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net Core 框架更易于应用到实际项目开发中。

  • Updated Jun 13, 2020
  • C#
MarqueIV
MarqueIV commented Feb 1, 2020

When you comment out some code, the code comments as you would expect. However, when you uncomment that code again, RoslynPad decides it needs to re-format your entire document. This is unexpected, and unwanted behavior. It requires you to take the additional step of undoing the last command (the formatting) any time you uncomment code.

Formatting should not ever be an automatically-applied

csla
System.Linq.Dynamic.Core
MoRooz
MoRooz commented Oct 26, 2019

this is source of exception

q2.Select("new(Key.CallItemStatus as CallItemStatus, it.Count() as Count))")

the same code works fine in .net core 2.2

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')
   at System.Linq.Expressions.InstanceMethodCallExpression1.GetArgument(Int32 index)
   at System.Dynamic.Utils.
dvabuzyarov
dvabuzyarov commented Mar 13, 2020

https://bitbucket.org/dadhi/dryioc/wiki/KindsOfChildContainer.md

None of provided examples are usable with 4.1.1.
WithFallbackContainer - is omitted

var container = new Container();
    container.Register<IService, Service>();
    container.Register<Client>();

    var testFacade = container.CreateFacade();
    testFacade.Register<IService, TestService>();

    var client = tes
Nihlus
Nihlus commented Mar 3, 2019

C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains n instances of some type T). Passing this collection to native code typically requires the user to contain it in an array, pin it, and acquire a pointer to the first element of the array.

Traditional P/Invoke allows a user to pass an array directly, and performs these operations un

rousblack
rousblack commented Jan 9, 2019

Hello there,

I'm a new dotnet developer and I'm trying to make use of your Framework but i see very limited documentation. The only test I've been running is the benchmark and I find some things unclear.

I can't even find a tutorial of how Trady works on youtube there's only literally just what you offer.

Are there any plans on making more documentation?

Thanks for all :)

Greetings.

jkonicki
jkonicki commented May 1, 2020

liveness probes are used to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.

https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/

SirBisgaard
SirBisgaard commented Mar 10, 2020

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="In

Improve this page

Add a description, image, and links to the netstandard 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 netstandard topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.