-
Attempted to change TipCalc.Core to be just a regular netstandard library. TipCalc.Core compiles ok but TipCalc.UI fails to compile (see full error below).
Code is checked into branch https://gith…
-
Hi @stephentoub , we're now seeing failures in the `System.Text.RegularExpressions.Tests.RegexMatchTests.Match_TestThatTimeoutHappens` test case on s390x, see e.g. here:
https://helixre107v0xdeko0k02…
-
### Discussed in https://github.com/dotnet/roslyn/discussions/58345
Originally posted by **Herrmel** December 15, 2021
Currently the AnalyzerTestFramework (Microsoft.CodeAnalysis.CSharp.Analyz…
-
### Description
Following on from issue: https://github.com/dotnet/maui/issues/25132
---
Since installing 17.11.5, all of our MAUI builds are failing for Windows with errors along the lines of:
``…
-
I'm working on a proprietary project which utilizes ObservableEvents for all event handling. In one of my views, I use `.Events()` 22 times. These 22 times cause an additional 3 minutes of build time …
-
The sbt documentation [says](http://www.scala-sbt.org/0.13.2/docs/Howto/generatefiles.html):
> A source generation task should generate sources in a subdirectory of sourceManaged
This works fine for…
-
### Current behavior
This epic tracks flaky tests so they can be addressed one by one.
When a flaky test is added in this list, it can be set to `[Ignore]` on the platform or platforms where it …
-
Hi everyone,
I am currently trying to transform the following WSDL with the last scalaxb/scalaxb-sbt versions. It compiled quite fine with version 1.1.2 but as I am migrating the project using the WS…
-
Originally raised as part of an issue with Roslyn (dotnet/roslyn#52017), it was suggested that I raise it here to potentially get the ball rolling on this.
Basically from a user's point of view, ha…
-
Is it possible for users to use convention based registration. For example a user might want to auto-register all types, or all types with a specific suffix, etc.
In general this relates to plugin …