coreclr Questions
1
Solved
I was following the steps mentioned at https://www.microsoft.com/net/core#ubuntu and other places my using i386 instead of amd64.
But encountering the following errors. Please help.
With i386
su...
Dualism asked 9/7, 2016 at 10:59
2
Solved
The role of .net native in .net ecosystem is confusing for me. I heard it is just for universal windows applications, but also heard that it is part of CoreFX. I think having the option to compile ...
Selfimmolating asked 21/7, 2015 at 17:42
1
Solved
I installed the DotNetCore.1.0.0.RC2-SDK.Preview1-x64.exe in my Windows 2008 R2 x64 machine. When I try to run a dotnet command the following error occurs:
C:\Users\Administrator>dotnet --ver...
1
Now that there isn't a app.config, how do you set gcAllowVeryLargeObjects to true so that you can allocate big arrays?
Argyrol asked 23/5, 2016 at 4:26
1
Solved
I'm migrating my web app from ASP.NET Core RC1 to RC2. In RC2 the IServiceCollection doesn't have the AddInstance method anymore. How do I get the Configuration registered?
Here how it was done in...
Jaquenette asked 19/5, 2016 at 6:59
2
Solved
Could someone explain to me what is the current relationship between Mono and the open source/Linux portable .NET stack (CoreCLR, CoreFX, Roslyn, ASP.NET) recently made available by Microsoft?
It...
0
I have an MVC 6 (ASP.NET 5) solution and I would like to have a way to easily "install" a new layout in Visual Studio 2015.
I have the following files
~/Views/Shared/_Layout.cshtml
~/Views/Share...
Calf asked 20/4, 2016 at 14:44
1
When I publish my project with
dotnet publish
it outputs to a folder
bin/Debug/dnxcore50/osx.10.11-x64/publish
(or perhaps the Release equivalent)
Is it possible to determine this folder l...
Pathos asked 19/4, 2016 at 22:56
1
Solved
In .NET Thread class has static method Yield.
I see that method in coreclr implementation of Thread.
But documentation doesn't contain that Method description.
Also .NET CLI (dotnet build) cant com...
Bloodshot asked 17/4, 2016 at 7:2
1
Solved
I am porting a web api 2 service to .net core and I found this line in my old web api service.
ServicePointManager.DefaultConnectionLimit = int.MaxValue;
This line of code increases the connecti...
Bryonbryony asked 4/4, 2016 at 9:4
1
I have a dump of a .NET Universal App running on Raspberry Pi 2, Windows 10 IoT:
0:000> vertarget
Windows 10 Version 10240 MP (4 procs) Free ARM (NT) Thumb-2
Product: WinNt, suite: SingleUserTS...
Candide asked 29/8, 2015 at 22:5
3
Solved
I think this is a compiler bug.
The following console application compiles und executes flawlessly when compiled with VS 2015:
namespace ConsoleApplication1
{
class Program
{
static void Main(...
Diplopia asked 25/3, 2016 at 14:43
2
Solved
I am trying to get attributes from a class, and it seems that there is no GetCustomAttributes method. How to obtain attributes in CoreCLR?
using System.Reflection;
class FooBar {
FooBar() {
Get...
Winn asked 20/3, 2016 at 12:24
1
Solved
Recently I started reading about .NET reorganization details (mostly through .NET Core github pages).
It seams that they created sibling projects to support more platforms. While reading I have the...
3
Solved
Today's .NET world looks too complex. Could somebody give a short explain of these terms?
There is some info in this thread, but it not discovers a complete picture.
2
Solved
Building a .NET Core app via command line, so that it works on a machine without .NET Core installed
My end goal is to create a cross-platform (non-web) console application, so I'm exploring .NET Core right now.
In my previous .NET projects, I did all the development inside Visual Studio, but I a...
Hibernaculum asked 3/1, 2016 at 19:20
1
As per title, how do I debug xunit tests using Visual Studio Code?
I can already run xunit from the command line using dnx test but I would like to debug these tests now.
I'm on Mac.
Thanks.
Up...
Beebread asked 19/12, 2015 at 13:3
1
I have tried to find some data on performance of these two targets compared, but did not succeed. I am interested in a asp.net5 web application that runs on Windows (Or azure web app e.g.). Is ther...
Ial asked 16/12, 2015 at 9:16
1
Solved
I have been working on .net platform for few years now and I must say I am very impressed by how Microsoft is making .net cross-platform compatible.
I spent hours trying to run a small hello world...
3
Solved
I have run this command in Package Manager Console to upgrade the dnx.
"dnvm upgrade -u default"
Once It's get update, I can see(C:\Users\Chandrasekar.dnx\runtimes) the new runtime version as me...
Maple asked 1/9, 2015 at 11:5
3
I am not sure if it is possible but I want to change dnx version when dnx . run from Visual Studio Code.
Even if my current dnx version is 1.0.0-beta5-11682 coreclr Visual Studio Code runs with 1....
Lydie asked 7/5, 2015 at 20:19
1
Solved
I am starting the development of a server using C# and I would like to use .NET Core as it is said multi-platform and that I might be interested on running it on Linux.
I installed the CoreCLR wit...
1
Solved
I'm trying use this class in my coreclr project but I can't seem to find the correct package for SHA256Managed. I have tried using System.Security.Cryptography.Algorithms": "4.0.0-beta-23409" but i...
Erroneous asked 20/10, 2015 at 19:28
1
Solved
Is there a provider available for doing web requests/basic GET downloads in coreclr? (.net core)
Both System.Net.Webclient and HttpWebRequest/HttpWebResponse aren't available, I realize it's aimed...
Ambidextrous asked 25/8, 2015 at 18:34
3
Solved
I am learning ASP.NET Core 1.0 (vNext). With that in mind, I have a solution that is structured like this:
MySolution
src
MyLibrary
MyClass.cs
project.json
MyWebSite
Startup.cs
project.json...
Maisonette asked 22/6, 2015 at 16:43
© 2022 - 2024 — McMap. All rights reserved.