C#
C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.
Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.
Here are 25,160 public repositories matching this topic...
This collection always returns empty list even if DHCP is configured and used.
Code to process DHCP is hardcoded in System/Net/NetworkInformation/NetworkFiles.cs
public const string DHClientLeasesFile = "/var/lib/dhcp/dhclient.leases";System/Net/NetworkInformation/NetworkFiles.cs: public const string DHClientLeasesFile = "/var/lib/dhcp/dhclient.leases";But on Ubuntu
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics.
-
Updated
Jan 30, 2020 - C#
Championed issue: dotnet/csharplang#2608
- LangVer
- missing module init type:
[ModuleInit(typeof(Missing))] - module init type has a use-site error
[ModuleInit(typeof(A))]whereAcan't be fully loaded (A defined in a library, but it's base type is referenced in another library which is not referenced in current/client library) - test some ne
Enhancement Idea - in the main landing page of the windows application, it shows all the screenshot I've taken. Those have their random gen names above them, could it be possible to rename this with the application on the fly but double clicking on the text? Or even a re click menu option on the screenshot to rename the image.
screenshot for help of the text/name location:
<img width="643" alt
Ef core examples
Could U add this repo ????
There are samples of EF core projects of standart features of EF Core !
https://github.com/andreluizsecco/EFCore.Demo
Very usefull repository !
Is there an order within each category?
If no, then I suggest that some be added. + a word about it in Readme
Proposal
After we branch for 2019-12 (Mono 6.10) we should remove the Sparc support source code from the repo.
Rationale
It will simplify maintenance going forward. We don't have any CI for Sparc, so we don't know whether it builds and runs on a day to day basis. We're not aware of any Linux distributions that ship Mono on Sparc, or officially support Sparc at all.
🏆码云最有价值开源项目 🚀后端接口和文档自动化,前端(客户端) 定制返回 JSON 的数据和结构!🏆Gitee Most Valuable Project 🚀A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
-
Updated
Jan 30, 2020 - TSQL
- I am not submitting a question on how to use ANTLR; instead, go to antlr4-discussion google group or ask at stackoverflow
- I have done a search of the existing issues to make sure I'm not sending in a duplicate
I am working to develop a library for the R programming langua
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
We need docs that developers can use to self-service gathering a profile from a running bot that has performance problems, is being reported as "slow", or has timeouts. We should make this available in our core docs, but also as one or more TSGs for the support team.
In China, access to websites such as TheTVDB is very slow.
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
-
Updated
Jan 30, 2020 - C#
Ironically enough, this is one thing that Java has always done better than C# - its code comment documentation is much cleaner looking than C#'s XML docs! I don't know what to replace XML docs with but maybe look to Java for inspiration?
Describe the bug
I modified the official Xamarin Forms RefreshView demo ever so slightly, replacing the ICommand with a ReactiveCommand, and the demo broke.
Specifically, pull-to-refresh will run once, and then never again.
I'm not entirely sure what goes on, but it feels like the thread
ASF currently does itself, ASF-ui, ASF-WebConfigGenerator and wiki on each commit.
First step is automating UI and WCG (they can do it themselves), then deciding what to do with the wiki.
Prereqs:
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
:school_satchel: :rocket: :tada: A list of interview questions. This repository is everything you need to prepare for your technical interview.
-
Updated
Jan 30, 2020
Running quicktype from the command line like so
quicktype --src-lang schema -o src/cli/ExperimentCounts.ts src/counts.schema
yields
// To parse this data:
//
// import { Convert, ExperimentCounts } from "./file";
A simple ACME client for Windows (for use with Let's Encrypt et al.)
-
Updated
Jan 30, 2020 - C#
steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
-
Updated
Jan 30, 2020 - C#
Windows 10 x64, .net core 2.2
Issue, when TextField is added with predefined text and user types in it, original text will be lost (replaced).
Repro code:
class Program
{
static void Main(string[] args)
{
Application.Init();
var win = new Window("window");
Application.Top.Add(win);
win.Add(new TextField(0, 0, 25, "test"));
Describe the bug
The Unity usage example assumes that user has Rantionary.rpkg file in assets/resources folder but there is no step by step information on how to import those and from what source.
The Rant3.zip from github doesn't contain said file.
To Reproduce
Steps to reproduce the behavior:
- Follow the Running in Unity tutorial
- Run the example in Unity
- See the erro
Created by Anders Hejlsberg
Released January 2002
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia
Describe the bug
Currently all the UI tests are run as part of the CI builds. With new UI tests coming online, only the highest priority and most reliable tests sh