Search Issue Tracker

0
votes
By Design

[Mono] Linq.Expressions.Expression.Call (Expression, MethodInfo, Express...

Mono

-

May 27, 2015

-

Version/s: 4.6.2f1

To Reproduce:1. Run the attached project.2. Observe that, 'ArgumentException: instance' (System.ArgumentException when building in m... Read more

0
votes
Fixed

Incremental GC Pushes Invalid Stack Range on Windows

Mono

-

Mar 18, 2022

-

Version/s:

The incremental GC mode does not pause threads before pushing stacks and registers. This PR introduced changes that do not handle st... Read more

1
votes
Postponed

Linq orderby bug

Mono

-

Aug 27, 2015

-

Version/s: 5.1.3f1

To reproduce:1. Open attached project2. Run test scene3. Check the console. Notice that S2 is returned before S1. .NET returns s1 th... Read more

0
votes
Won't Fix

Steamworks.NET API wrapper crashes the Editor

Mono

-

Jul 13, 2016

-

Version/s: 5.3.5f1

Reproduction steps:1. Open the attached project2. Open Steam and log in3. Play scene Result: Editor crashes after a few seconds Repr... Read more

0
votes
Fixed

[Mono] Could not load project, with unknown item type

Mono

-

Feb 09, 2016

-

Version/s: 5.4.0b5

1. Open attached project.2. Open script "test"3. Will open mono with a few errors and can no edit script. (see below) Read more

0
votes
Postponed

Error when trying to execute a script that uses generics

Mono

-

Sep 18, 2013

-

Version/s: 4.2.1f4

To reproduce:1. Open the attached project2. Set project build to Web Player3. Go to Assets/Testing4. Run the AdvancedTest scene5. No... Read more

0
votes
Won't Fix

In Unity 3.4, the JavaScript compiler has buggy detection of

Mono

-

Jul 27, 2011

-

Version/s: 3.4.0f5

The reported bug occurs when the third parameter (counting expression) of the for loop is present. Once it is removed, the warning g... Read more

0
votes
Fixed

Unity crashes when loading StructureMap plugin

Mono

-

Jun 28, 2014

-

Version/s: 4.5.0f4

Steps to reproduce:1. Download attached project. The project contains StructureMap plugin (https://www.nuget.org/packages/structurem... Read more

5
votes
Postponed
0
votes
Postponed

[Compiling] C# compiler incorrectly sets accessibility on anonymous func...

Mono

-

Apr 27, 2016

-

Version/s: 5.3.3p2

Workaround: for now the workaround is to mark the nested class as internal (rather than private) or move it outside of the declaring... Read more