Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
NogginBops created a comment on an issue on opentk/opentk
Fixed with c74f55de8b75638ca925adb355460508f4014d25
NogginBops closed an issue on opentk/opentk
Wrong nuget requirement for System.Runtime.CompilerServices.Unsafe compared to compiled assembly.
### Description In #1771 specifically 0c8808c66fe5c800a96efc031b3fb9161937de15 the version of `System.Runtime.CompilerServices.Unsafe` was updated, but the paket file was never updated. This me...NogginBops created a comment on an issue on opentk/GLControl
I figured out the issue. It was an OpenTK issue. I've opened a new issue here: https://github.com/opentk/opentk/issues/1782
NogginBops closed an issue on opentk/opentk
strange opentk 4.9.1 nuget package contents (OpenTK.Graphics.4.8.2 - Copy.zip)
Hello, I updated the OpenTk nuget packages to version 4.9.1 in our software and had an error: ![image](https://github.com/user-attachments/assets/0d6154f5-fcef-47e5-84e1-2feaca124dcb) I was...NogginBops created a comment on an issue on opentk/opentk
@AlexandreAlison just to confirm, in `4.9.2` the zip file is not longer in the `OpenTK` package right? If that is the case then I think we can close this issue and keep https://github.com/opentk/G...
NogginBops created a comment on an issue on opentk/GLControl
Yeah it does seem reasonable that a new `OpenTK.GLControl` is needed. I'll see if I can upgrade it later today.
NogginBops created a comment on an issue on opentk/opentk
Ok @AlexandreAlison, I've found a workaround. Adding `<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />` to your project will fix this issues for `4.9.1` and `4...
NogginBops created a comment on an issue on opentk/opentk
My guess is that this has to do with `OpenTK.GLControl` not knowing about the signed `4.9.2` assemblies, or something like that. Will make a new OpenTK.GLControl release and see if that works.
NogginBops created a comment on an issue on opentk/opentk
Ok, I'm able to reproduce this issue! It seems like using `OpenTK.GLControl/4.0.1` with `OpenTK/4.9.2` causes the error.
NogginBops reopened an issue on opentk/opentk
strange opentk 4.9.1 nuget package contents (OpenTK.Graphics.4.8.2 - Copy.zip)
Hello, I updated the OpenTk nuget packages to version 4.9.1 in our software and had an error: ![image](https://github.com/user-attachments/assets/0d6154f5-fcef-47e5-84e1-2feaca124dcb) I was...NogginBops created a tag on opentk/opentk
4.9.2 - The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
NogginBops published a release on opentk/opentk
4.9.2
Made nuget package builds "deterministic". (@NogginBops) Fix assembly versions to match OpenTK release version. (@NogginBops)NogginBops closed an issue on opentk/opentk
strange opentk 4.9.1 nuget package contents (OpenTK.Graphics.4.8.2 - Copy.zip)
Hello, I updated the OpenTk nuget packages to version 4.9.1 in our software and had an error: ![image](https://github.com/user-attachments/assets/0d6154f5-fcef-47e5-84e1-2feaca124dcb) I was...NogginBops created a comment on an issue on opentk/opentk
I'm going to release `4.9.2` now, it will remove the erroneous zip file in the nuget package, but I'm not sure it will fix this issue specifically. I think this is more likely a `GLControl` issue,...
NogginBops pushed 2 commits to master opentk/opentk
NogginBops closed a pull request on opentk/opentk
Fix 4.9.1 build problems
### Purpose of this PR Make assemblies actually have a version that matches the OpenTK version. Make builds deterministic. Releasing `4.9.2` will remove the zip file reported in #1780 ### ...NogginBops created a comment on a pull request on opentk/opentk
CI passes, generated nuget packages are deterministic and have the correct assembly version.
NogginBops created a comment on an issue on opentk/opentk
I tried making a winforms project and added `OpenTK.GLControl` `4.0.1` to it and it seemed like there was an initial issue where I wasn't able to add the control through the designer, but I was abl...
NogginBops opened a pull request on opentk/opentk
Fix 4.9.1 build problems
### Purpose of this PR Make assemblies actually have a version that matches the OpenTK version. Make builds deterministic. Hopefully fix #1780 ### Testing status Project built locally an...NogginBops created a branch on NogginBops/opentk
fix-build - This Open Toolkit library is a fast, low-level C# wrapper for OpenGL and OpenAL. It can be used standalone or inside a GUI on Windows, Linux, Mac, Android and iOS.