Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Numpsy pushed 2 commits to master Numpsy/openmcdf
Numpsy pushed 10 commits to deforge Numpsy/FAKE
- add paths for VS2019 04f7648
- use vswhere to find mstest path 7e62c3c
- Discover VSTest with VSWhere 77c8a94
- Format code ef20bf0
- Merge pull request #2843 from farlee2121/sf-fix-vstest-paths Discover VSTest and MSTest using VSWhere b61f117
- Fixed links to documentation article "Managing Dependencies using NuGet" (/articles/dotnet-nuget.html). c7f2069
- Fixed link to documentation article "Sign Files using SignTool" (/articles/tools-signtool.html). 047a345
- Merge pull request #2842 from jhromadik/fix-docs-articles-links Fix documentation articles links 54baca2
- Update System.Text.Json to 8.0.5 (#2841) ae5f9ca
- Remove links to https://forge.run from the documentation 214113a
Numpsy pushed 10 commits to dotnet_cli_stj Numpsy/FAKE
- add paths for VS2019 04f7648
- use vswhere to find mstest path 7e62c3c
- Discover VSTest with VSWhere 77c8a94
- Format code ef20bf0
- Merge pull request #2843 from farlee2121/sf-fix-vstest-paths Discover VSTest and MSTest using VSWhere b61f117
- Fixed links to documentation article "Managing Dependencies using NuGet" (/articles/dotnet-nuget.html). c7f2069
- Fixed link to documentation article "Sign Files using SignTool" (/articles/tools-signtool.html). 047a345
- Merge pull request #2842 from jhromadik/fix-docs-articles-links Fix documentation articles links 54baca2
- Update System.Text.Json to 8.0.5 (#2841) ae5f9ca
- Change the global.json parsing in Fake.Dotnet.Cli to use System.Text.Json instead of Newtonsoft.Json 8f19e74
Numpsy pushed 9 commits to master Numpsy/FAKE
- add paths for VS2019 04f7648
- use vswhere to find mstest path 7e62c3c
- Discover VSTest with VSWhere 77c8a94
- Format code ef20bf0
- Merge pull request #2843 from farlee2121/sf-fix-vstest-paths Discover VSTest and MSTest using VSWhere b61f117
- Fixed links to documentation article "Managing Dependencies using NuGet" (/articles/dotnet-nuget.html). c7f2069
- Fixed link to documentation article "Sign Files using SignTool" (/articles/tools-signtool.html). 047a345
- Merge pull request #2842 from jhromadik/fix-docs-articles-links Fix documentation articles links 54baca2
- Update System.Text.Json to 8.0.5 (#2841) ae5f9ca
Numpsy opened a pull request on ironfede/openmcdf
Fix ArgumentException parameter order in StreamView.Seek
As https://github.com/ironfede/openmcdf/pull/193 but in StreamView - I missed this one previously.Numpsy created a comment on an issue on fsprojects/Avalonia.FuncUI
I don't know where the dependency on Microsoft.CodeAnalysis.VisualBasic is coming from, but NuGet shows it as depending on exact matching versions of Microsoft.CodeAnalysis.Common so I suppose if y...
Numpsy created a comment on a pull request on ironfede/openmcdf
Retargetted against the v3 branch. Related note: If the builds are done using the .NET 8 SDK then it should be possible to drop the Microsoft.SourceLink.GitHub NuGet package and use the SourceLi...
Numpsy pushed 175 commits to net_6_test Numpsy/openmcdf
- Align braces (IDE0055) 09c6c30
- Use coalesce expression (IDE0029) 15a9d88
- Use conditional delegate call (IDE1005) 776a988
- Use auto properties (IDE0032) 80d2be7
- Remove unnecessary value assignment (IDE0059) 9656012
- Add readonly modifier (IDE0044) 1c3bf3b
- Update solution for SDK-style projects c44f3af
- Add default editorconfig 293606c
- Update .editorconfig 3319a55
- Configure spell checking 7693812
- Configure project file style 70d88d8
- Enable C# lang version 10 50f43dd
- Enforce code style in build e71ea0b
- Merge pull request #156 from Visionaid-International-Ltd/project-update Solution/Project update 56eff33
- Merge pull request #155 from Visionaid-International-Ltd/analyzer-fixes Analyzer fixes b95add4
- Make missing XML comments a suggestion faedc54
- Check directory validity before name e321ab0
- Use pattern matching (IDE0038) Avoids multiple redundant casts 590da7c
- Use Length instead of Count (CA1829) 51caf26
- Use concrete types (CA1859) 021e309
- and 155 more ...
Numpsy opened a pull request on danipen/TextMateSharp
Update System.Text.Json to 8.0.5
Fixes https://github.com/advisories/GHSA-8g4q-xg66-9fp4Numpsy created a branch on Numpsy/TextMateSharp
stj_805 - A port of tm4e to bring TextMate grammars to dotnet ecosystem
Numpsy pushed 4 commits to master Numpsy/AvaloniaEdit
- for long lines, do not run the element generators for performance reasons db888cb
- Merge pull request #450 from AvaloniaUI/do-not-run-generatos-for-long-lines Do not run the element generators for pe... a9b6b20
- Fixes #449 code completition throws an Exception upon Open fbbc94b
- Merge pull request #452 from MihaMarkic/bugfix/completition Fixes #449 code completion throws an Exception upon Open 5652803
Numpsy created a comment on an issue on dotnet/Nerdbank.GitVersioning
> speaking for my own case at least, it would be in order to clear a reported vulnerability in the static analysis tooling we use at a corporate level (Mend.io) Same here - alas explaining what a ...
Numpsy created a comment on an issue on ironfede/openmcdf
I've done a quick run with benchmarkdotnet against my own project just reading document properties from a Word document and got this: 2.3 openmcdf release ``` | Method | Job ...
Numpsy pushed 24 commits to master Numpsy/openmcdf
- Add an AddUserDefinedProperty function to OLEPropertiesContainer 523f6e0
- Add some unit tests a462c09
- Tweak error handling 0cdb887
- Simplify conditional expressions (IDE0075) a30cf9b
- Make members static (CA1822) f7cf444
- Seal private classes (CA1852) fd88a0f
- Make classes static (CA1852) 3b66217
- Remove unused variables b6d3c17
- Use pattern matching (IDE0078) a2348e3
- Use expression bodies (IDE0027) 7d57372
- Remove unnecessary usings (IDE0005) 5e7cbe7
- Remove default value initializations (CA1805) 5286f22
- Fix formatting (IDE0055) fae4e06
- Simplify object initializations (IDE0017) de45d72
- Simplify new expressions (IDE0090) 0bb1e8c
- Use compound assignment (IDE0054) 3aeb058
- Simplify LINQ expressions (IDE0120) 9a03bbf
- Use local functions (IDE0039) 3103167
- Use concrete types (CA1859) 4186b88
- Remove unnecessary assignments (IDE0059) 442ff67
- and 4 more ...