FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · SharpGenTools/SharpGenTools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SharpGenTools
/
SharpGenTools
Public
Notifications
You must be signed in to change notification settings
Fork
60
Star
536
Code
Issues
44
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 4, 2025
Improve dependencies links, explicitly use System.Text.Json, bump to 2.4.2 beta
amerkoleci
committed
6990bca
View commit details
Copy full SHA for 6990bca
Browse repository at this point
Commits on Dec 3, 2024
Reworked generation for 'size_t' type and .net framework support (netstandard2.0 is fine).
amerkoleci
committed
f78c5a9
View commit details
Copy full SHA for f78c5a9
Browse repository at this point
Restart improvements, add .net9 support.
amerkoleci
committed
d60ea81
View commit details
Copy full SHA for d60ea81
Browse repository at this point
Commits on Jul 8, 2024
Update packages, add PointerUSize to map size_t and SIZE_T, ssize_t and SSIZE_T maps to PointerSize, bump version to 2.2.0-beta
amerkoleci
committed
a22348d
View commit details
Copy full SHA for a22348d
Browse repository at this point
Commits on Oct 9, 2023
Make ObjectTracker.FindActiveObjects public.
amerkoleci
committed
a469902
View commit details
Copy full SHA for a469902
Browse repository at this point
Improve MemoryHelpers, add lot of new unsafe helpers + use NativeMemory on NET6 or greather instead of Marshal.
amerkoleci
committed
33376aa
View commit details
Copy full SHA for 33376aa
Browse repository at this point
Commits on Oct 6, 2023
Drop net6.0 and keep net7.0 and net8.0, improve build logic.
amerkoleci
committed
c54a6d5
View commit details
Copy full SHA for c54a6d5
Browse repository at this point
Add .net8 support.
amerkoleci
committed
f885ccd
View commit details
Copy full SHA for f885ccd
Browse repository at this point
Update README.md
amerkoleci
committed
9556bab
View commit details
Copy full SHA for 9556bab
Browse repository at this point
[ci skip+ Remove release-drafter.yml
amerkoleci
committed
3f0698b
View commit details
Copy full SHA for 3f0698b
Browse repository at this point
Add artifacts folder and remove azure-pipelines.yml
amerkoleci
committed
7165a8d
View commit details
Copy full SHA for 7165a8d
Browse repository at this point
Improve versioning and build logic + add initial github CI workflow.
amerkoleci
committed
b047722
View commit details
Copy full SHA for b047722
Browse repository at this point
Commits on Sep 18, 2023
Make Internals visible to SharpGen.Runtime.COM
amerkoleci
committed
9248d45
View commit details
Copy full SHA for 9248d45
Browse repository at this point
PolySharp manage PrivateAssets="all"
amerkoleci
committed
a5d3085
View commit details
Copy full SHA for a5d3085
Browse repository at this point
Commits on Sep 4, 2023
Update some packages.
amerkoleci
committed
1ed1c33
View commit details
Copy full SHA for 1ed1c33
Browse repository at this point
Commits on Jan 19, 2023
Improve roslyn obsolete calls and copy SharpGen.Runtime.COM nuget packages as well.
amerkoleci
committed
461a942
View commit details
Copy full SHA for 461a942
Browse repository at this point
Use netcoreapp3.1 instead of netcoreapp2.1 in Tests
amerkoleci
committed
c37e978
View commit details
Copy full SHA for c37e978
Browse repository at this point
Improve SdkTests build logic.
amerkoleci
committed
33c448a
View commit details
Copy full SHA for 33c448a
Browse repository at this point
Include net7 SDK in global.json
amerkoleci
committed
42f446e
View commit details
Copy full SHA for 42f446e
Browse repository at this point
Align SharpGen.Runtime.COM TargetFramework with SharpGen.Runtime.
amerkoleci
committed
50f2b50
View commit details
Copy full SHA for 50f2b50
Browse repository at this point
Remove net5 and move to net6 and improve build logic.
amerkoleci
committed
6cfa544
View commit details
Copy full SHA for 6cfa544
Browse repository at this point
Commits on Jan 17, 2023
More improvements.
amerkoleci
committed
7917a51
View commit details
Copy full SHA for 7917a51
Browse repository at this point
FIX SharpGen.Runtime.COM build.
amerkoleci
committed
febc264
View commit details
Copy full SHA for febc264
Browse repository at this point
Improve build logic and migrate to new and better central package logic.
Show description for 19b94d3
amerkoleci
committed
19b94d3
View commit details
Copy full SHA for 19b94d3
Browse repository at this point
Commits on Jan 14, 2023
Merge pull request #223 from Sewer56/trimming-com
jkoritzinsky
authored
29a6d25
View commit details
Copy full SHA for 29a6d25
Browse repository at this point
Commits on Jun 28, 2022
Added: Suppression for false-positives in our Preserve-All Module Initializer Calls
Sewer56
committed
d5a2b3b
View commit details
Copy full SHA for d5a2b3b
Browse repository at this point
Changed: Preserve All for Types inheriting from CallbackBase
Sewer56
committed
60766c0
View commit details
Copy full SHA for 60766c0
Browse repository at this point
Revert: `Preserve All -> Preserve Public Methods for .NET 5`
Sewer56
committed
9a92a13
View commit details
Copy full SHA for 9a92a13
Browse repository at this point
Added: Support for Different Accessibility Modifiers on CallbackBase Types
Sewer56
committed
736da54
View commit details
Copy full SHA for 736da54
Browse repository at this point
Commits on Jun 27, 2022
Added: CallbackBase Trimming support via Source Generation
Sewer56
committed
dfcdd92
View commit details
Copy full SHA for dfcdd92
Browse repository at this point
Revert "Preserve Interfaces to Code Dealing with ICallbackable"
Show description for 89e0be1
Sewer56
committed
89e0be1
View commit details
Copy full SHA for 89e0be1
Browse repository at this point
Changed: Preserve Public -> Preserve Public | NonPublic for .NET 5 [superset of Interfaces incl. explicit interfaces]]
Sewer56
committed
a6c7c08
View commit details
Copy full SHA for a6c7c08
Browse repository at this point
Moved: COM Trim Dummy Test to SharpGet.Runtime.COM
Sewer56
committed
e37f695
View commit details
Copy full SHA for e37f695
Browse repository at this point
Commits on Jun 26, 2022
Added: Preserve Interfaces to Code Dealing with ICallbackable (Managed objs passed to native)
Sewer56
committed
4a31d54
View commit details
Copy full SHA for 4a31d54
Browse repository at this point
Changed: Preserve All -> Preserve Public Methods for .NET 5, as that's a superset of Interfaces
Sewer56
committed
d33f188
View commit details
Copy full SHA for d33f188
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL