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 a pull request on UglyToad/PdfPig
I'll close this in favour of #939
Numpsy closed a draft pull request on UglyToad/PdfPig
[Test] Enable trimming and AOT analysis for the whole project.
Enable both trimming and AOT analysis for the whole solution, to see if it finds any more possible issues on top of the ReflectionStateGraphicsFactory situaiton. Running it locally, I get this s...Numpsy created a comment on a pull request on ionide/FSharp.Analyzers.SDK
Should this have gone away after #206 removed Coverlet altogether?
Numpsy opened a pull request on ionide/FSharp.Analyzers.SDK
Update Microsoft.Extensions.Logging.Console to 6.0.1
When I was doing https://github.com/G-Research/fsharp-analyzers/pull/85 I got a security warning from Visual Studio about a transitive dependency FSharp.Analyzers.SDK.Testing -> Microsoft.Extens...Numpsy created a branch on Numpsy/FSharp.Analyzers.SDK
bump-console - Library for building custom analyzers for F# / FSAC
Numpsy pushed 1 commit to 9sdk Numpsy/fsharp-analyzers
- Update FSharp.Analyzers.SDK to 0.28.0 f1f1678
Numpsy pushed 2 commits to main Numpsy/FSharp.Analyzers.SDK
Numpsy opened a draft pull request on G-Research/fsharp-analyzers
Update FSharp.Analyzers.SDK to 0.28.0
TODO: global.json currently has rollForward set to latestMajor, and if I run that with the .NET 9 SDK installed it falls over that dotnet tool restore bug when trying to restore Fantomas. Should...Numpsy pushed 2 commits to main Numpsy/fsharp-analyzers
Numpsy opened a pull request on ironfede/openmcdf
Seal PropertyContext
I don't think there is a need for this to be subclassable - it's part of the public API of OlePropertiesContainer but instances are created internally and the property is read only, so it can't be ...Numpsy created a branch on Numpsy/openmcdf
3.0/seals - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy opened a pull request on ironfede/openmcdf
Make PropertyDimensions internal
Another small thing where all the usages are internal nowNumpsy created a branch on Numpsy/openmcdf
3.0/hide_more - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy opened an issue on ironfede/openmcdf
Fuzz testing version 3
I tried running the current version 3 through SharpFuzz using the 'english.presets.doc' test file as a base file, and it generated the attached file which seems to cause an infinite loop of some so...Numpsy created a comment on an issue on ironfede/openmcdf
Small question related to public exception types - Is it intended that KeyNotFoundException from places like https://github.com/ironfede/openmcdf/blob/532b8b88b56da2f07a11f1e0e1a3e138b7aa9b3c/OpenM...
Numpsy opened a pull request on ironfede/openmcdf
Make IBinarySerializable internal
The previous visibiity changes should have made all usages internalNumpsy created a branch on Numpsy/openmcdf
3.0/more_pricate - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy pushed 14 commits to master Numpsy/openmcdf
- Fix paramter order for ArgumentException c1825a1
- Simplify null terminator handling in DictionaryProperty.Write f950d38
- Make IProperty and related internal 029bc49
- Make PropertyIdentifierAndOffset internal I think it should be treated as an implementation detail of the (already i... 1a9b982
- Read data for PropertyIdentifierAndOffset using the Read() member function Just a thought - the code coverage report... 0e8ecab
- Apply code cleanup and refactor 28e44d7
- Update README.md 14b02a5
- Update README.md ce6bea6
- Validate directory tree 80c5f88
- Add and use FileFormatException 730b83a
- Update README.md 4c0fbe7
- Set v3.0.0-preview.2 13daf99
- Fix nullability for TryGet methods Fixes: #238 ec8e656
- Add methods to query specific entries Fixes: #235 532b8b8
Numpsy created a comment on an issue on ironfede/openmcdf
> and probably mark it explicitly in NuGet as experimental fwiw I've had a custom build of 2.3 in production and it all seems to be working ok (the API is quite 'low level', but it does everythi...
Numpsy opened a pull request on ironfede/openmcdf
Read data for PropertyIdentifierAndOffset using the Read() member fun…
…ction Just a thought - the code coverage report shows the Read() function as uncalled currently (the Write function is used for writes, so this is maybe a bit more consistent to use the member ...Numpsy created a branch on Numpsy/openmcdf
3.0/offset_read - Microsoft Compound File .net component - pure C# - NET Standard 2.0