Romfos

Results 9 issues of Romfos

Would be nice to have DragonFruit with attributes-based, not xml-based approach ``` csharp [CommandLineApp("Tool description")] public static void Main( [CommandLineOption("this is value")] int value = 1, [CommandLineOption("this is value2")] int...

enhancement

Hi, Nuget have feature of deprication + unlist for nuget packages versions ![image](https://github.com/nsubstitute/NSubstitute/assets/12048821/7f22398e-046d-407a-ba8e-3c98afaf17f9) Versions that I propose to unlist + deprecate following package versions: 1) All versions below 1.0.0 2)...

changes: - Update build project to .NET 8 note: no changes in product, no need to release new nuget package

Hi, I know that you are not book 8088 support, but you are very experienced guys that probably could help goal: Make bootable CF card (1GB) with fresh msdos 6.22...

Hi, v5.2.0 was released but nuget still has 5.1.0 as latest please, upload 5.2.0 to nuget Thank you @dtchepak @alexandrnikitin

### 🤔 What's changed? - Drop .NET 7 from test matrix - Replace .NET 6 to .NET 8. because .NET 6 will reach End of Support on November 12, 2024...

changes: - [Breaking Change] Update target frameworks: .NET 8, .NET Standard 2.0 - Drop EOL .NET 6/7 platforms from testing matrix - Update github actions steps versions - [Breaking Change]...

I propose to implement changes in following areas for the next major release: Infrastructure: - [x] Update tfm list: net8.0 + netstandard2.0 (https://github.com/nsubstitute/NSubstitute/pull/831) - [x] Drop EOL .NET 6 and...

Changes: - Make public api and tests the same for all TFMs - Run the same set of tests for all platforms - Update System.Threading.Tasks.Extensions dependency Motivation: Some public api...