Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Numpsy

Numpsy created a comment on a pull request on UglyToad/PdfPig
I'll close this in favour of #939

View on GitHub

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 deleted a branch Numpsy/openmcdf

3.0/more_pricate

Numpsy created a comment on a pull request on ionide/FSharp.Analyzers.SDK
Should this have gone away after #206 removed Coverlet altogether?

View on GitHub

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 deleted a branch Numpsy/fsharp-analyzers

9sdk

Numpsy pushed 1 commit to 9sdk Numpsy/fsharp-analyzers

View on GitHub

Numpsy pushed 1 commit to 9sdk Numpsy/fsharp-analyzers
  • Update FSharp.Analyzers.SDK to 0.28.0 f1f1678

View on GitHub

Numpsy pushed 2 commits to main Numpsy/FSharp.Analyzers.SDK
  • Update FSharp.Compiler.Service and FSharp.Core to the '9' versions (#222) * Update FSharp.Compiler.Service and FShar... 17329bd
  • changelogs for v0.28.0 5947ba2

View on GitHub

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 created a branch on Numpsy/fsharp-analyzers

9sdk - Analyzers for F#

Numpsy pushed 2 commits to main Numpsy/fsharp-analyzers
  • Update FSharp.Analyzers.SDK and related deps (#83) * Update FSharp.Analyzers.SDK and related deps * Update fantom... 360e3d3
  • Bump analyzer SDK to 0.27 (#84) * Bump analyzer SDK to 0.27 * Revert accidental change to LetBeforeUseThenMatch.f... bd11252

View on GitHub

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 now
Numpsy 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...

View on GitHub

Numpsy opened a pull request on ironfede/openmcdf
Make IBinarySerializable internal
The previous visibiity changes should have made all usages internal
Numpsy 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

View on GitHub

Numpsy deleted a branch Numpsy/openmcdf

3.0/offset_read

Numpsy deleted a branch Numpsy/openmcdf

3.0/simpler_dict_write

Numpsy deleted a branch Numpsy/openmcdf

3.0/param_names

Numpsy deleted a branch Numpsy/openmcdf

6.0/internal_property

Numpsy deleted a branch Numpsy/openmcdf

3.0/private_offsets

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...

View on GitHub

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

Load more