Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Numpsy created a comment on an issue on ironfede/openmcdf
That was sufficient for my requirements
Numpsy created a comment on a pull request on ironfede/openmcdf
The change was quite self contained, so I can have a look if it's still useful to apply on top of the other v3 changes
Numpsy created a review comment on a pull request on ironfede/openmcdf
I'll try to make time to do some tests later, but one small thing here - can these nuget references be conditionalized so they're only included for .NET Standard 2? (refs comments in https://githu...
Numpsy created a comment on a pull request on ironfede/openmcdf
Was just an observation, I haven;t had the time to test the v3 test yet
Numpsy created a comment on an issue on NuGet/Home
> There is a method called NuGet.Versioning.VersionRange.Parse(String value, Boolean allowFloating) at the top of the stack trace, so I think it is probably failed to parse the version range of the...
Numpsy opened a pull request on ionide/FSharp.Analyzers.SDK
Update the Github checkout and setup-dotnet actions from v3 to v4
I just noticed this warning in the build results: ![image](https://github.com/user-attachments/assets/be68c373-54be-46ba-a63c-b950fb3cdbb8)Numpsy created a branch on Numpsy/FSharp.Analyzers.SDK
update_actions - Library for building custom analyzers for F# / FSAC
Numpsy created a comment on an issue on ironfede/openmcdf
I'll try to find some time to remember how SharpFuzz worked (last time I tried I had to run it on Ubuntu as it didn't work on Windows. That was quite a while ago though)
Numpsy opened a draft pull request on ionide/FSharp.Analyzers.SDK
Update FSharp.Compiler.Service and FSharp.Core to the '9' versions
refs https://github.com/ionide/FSharp.Analyzers.SDK/issues/221 Note: I'm trying to learn a bit more about how this stuff works, so I'm not certain how the new null AST bits like ```SynType.WithN...Numpsy created a branch on Numpsy/FSharp.Analyzers.SDK
bump_fcs - Library for building custom analyzers for F# / FSAC
Numpsy created a comment on an issue on ionide/FSharp.Analyzers.SDK
Should the cli tool be moved from .NET 6 to .NET 8 along side doing the other updates?
Numpsy pushed 8 commits to main Numpsy/FSharp.Analyzers.SDK
- Reset the console foreground colour with control codes 9d498a4
- Add changelog entry 86e7d76
- Merge pull request #216 from Numpsy/console_colours Reset the console foreground colour with control codes 6dd3cd1
- Analyze only projects passed in via CLI 6581249
- Update CHANGELOG.md 5857165
- Update CHANGELOG.md 51184b6
- Merge pull request #217 from ionide/214-analyze-only-passed-in-projects Only Analyze projects passed in via CLI 862005d
- 8.0.400 Package bumps to prepare for FSAC release (#218) * changelogs for v0.26.0 * bump FSC packages for the .NE... b8aca73
Numpsy opened a pull request on fsprojects/Paket
Update the NuGet.* packages from 5.9.1 to 5.11.6
refs https://github.com/fsprojects/Paket/issues/4226 The currently referenced 5.9.1 version has been delisted from nuget.org as well as being marked as suffering from security vulnerabilities. ...Numpsy created a branch on Numpsy/Paket
update_nuget - A dependency manager for .NET with support for NuGet packages and Git repositories.
Numpsy pushed 10 commits to master Numpsy/Paket
- use nuget CPM to enable strict package reference on direct dependencies only #2257 In Paket.Restore.targets based on... 73b7d61
- Wrap the path in /p:PackageReleaseNotesFile in quotes e1cad49
- Update .netcore to .net8 d78bafe
- Update FSharp.Core 8703f60
- Updated paket version 01861fd
- Updated test helpers 97bf994
- Merge pull request #4272 from 1eyewonder/net-update Update .NET & FSharp.Core Version 486cb41
- Merge pull request #4269 from Numpsy/quote Wrap the path in /p:PackageReleaseNotesFile in quotes 224f6d9
- Merge branch 'master' into fix/2257 07bacb9
- Merge pull request #4253 from antymon4o/fix/2257 use nuget CPM to enable strict package reference on direct dependen... 8e59c25
Numpsy pushed 3 commits to dotnet_cli_stj Numpsy/FAKE
Numpsy closed a draft pull request on fsprojects/Paket
Testing
Just testing something in the build (refs https://github.com/fsprojects/Paket/pull/4250#issuecomment-2323332656)Numpsy created a comment on an issue on ironfede/openmcdf
> At this point I would only target correctness and solidity of the package. I've done a couple of small PRs based on code analysis suggestions from Rider (I wasn't able to try it here before, b...
Numpsy created a comment on an issue on ironfede/openmcdf
I've just been doing it by deleting and readding the properties, though I'm mostly working with a specific set of custom properties that need to be a specific type, so if the current type is differ...
Numpsy opened a pull request on ironfede/openmcdf
Plug VT_I8_Property into PropertyFactory
The code analysis in Rider pointed out that VT_I8_Property was never used, but as VT_I8 is listed as a permitted property type in https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-ol...Numpsy created a branch on Numpsy/openmcdf
plugin_i8 - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy created a comment on a pull request on ironfede/openmcdf
The ```InMemory``` benchmark here only goes from ``` | Method | BufferSize | TotalStreamSize | Mean | Error | StdDev | Median | Gen0 | Gen1 | Gen2 | Allocated |...
Numpsy opened a pull request on ironfede/openmcdf
Is StreamView::freeSectors needed?
I tried running the code through the whole solution code analysis in Rider and it determined that 'freeSectors' isn't mutated after creation, so I wonder if it's needed? (StreamView is an internal ...Numpsy created a branch on Numpsy/openmcdf
remove - Microsoft Compound File .net component - pure C# - NET Standard 2.0