Contains everything related to my Master Thesis. Currently, this means
- SealedFGA: The .NET OpenFGA framework created within the thesis
- openfga-language: An adaption of the openfga-language repository that has been extended to include a .NET FGA language parser
- A patched version of the
Microsoft.CodeAnalysis.AnalyzerUtilities
package which has theGlobalFlowStateAnalysis
modifiers changed to public so that it can be used by SealedFGA