index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI
/
Framework
/
Reflection
/
InterfaceProxyFactory.cs
Age
Commit message (
Collapse
)
Author
2022-04-16
allow switching between Pintail & original API proxying
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in SMAPI where no changes are needed (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
2022-02-25
restore InterfaceProxyFactory to encapsulate Pintail (#830)
Jesse Plamondon-Willard
2022-02-16
move proxying to a separate NuGet library
Shockah
2022-02-10
add reverse API proxying (and unproxying)
Shockah
2022-02-10
add proxy instance caching
Shockah
2022-02-09
fix stack overflow for proxied types referencing each other
Shockah
2022-02-09
support proxying return values in API proxies
Shockah
2021-11-28
update to .NET 5 and official 64-bit
Jesse Plamondon-Willard
2021-07-20
fix concurrency issue in interface proxying
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-02-17
split proxy builder & factory (#435)
Jesse Plamondon-Willard