Daniel Balaš

Results 6 issues of Daniel Balaš

We've recently migrated to xUnit from MSTest and ran into problems with test discovery in Visual Studio 16.7 (and other IDEs using the VS runner). When [Fact] is declared in...

The signature of the partial definition is currently not updated.

Area-Framework-Constructors

The actual should be determined and this ticket should be renamed. ``` C:\Dev\Metalama.Tests.NopCommerce\src\Libraries\Nop.Core\Infrastructure\ConcurrentTrie.cs(699,52): error CS0206: A non ref-returning property or indexer may not be used as an out or ref...

Area-Framework-Formatting

Currently only handling of duplicate methods is solved, but properties/events and other non-uniquely named declarations will fail. It's likely a symbol translation issue. See DuplicatePropertyWithAspect test.

Area-Framework-Linker

A follow-up of #549. The current public API probably cannot express the difference between calling a handler received by `Raise` template Vs. invoking another event. There are the following things...

Area-Framework-Events