Stephen Fuqua

Results 6 comments of Stephen Fuqua

Still getting this error with [release 2.9.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-20220615). My situation is also using a sarif file generated by the package `Microsoft.CodeAnalysis` in a .NET project. [Example build failure](https://github.com/stephenfuqua/Ed-Fi-Analytics-Middle-Tier/runs/6974054613?check_suite_focus=true). Locally I see...

Tomorrow I can try to upload the artifact in the repo so that we can see the actual file generated in GitHub, and I may be able to spend a...

How interesting: the exact same dotnet application produces a sarif file with this, when run on GitHub Actions: ```json "language": "", ``` Which is obviously problematic. I will look into...

@twright-msft were you ever able to come up with a policy on this? We have a similar concern. My organization produces open-source software for US K-12 organization, supporting use of...

Two responses, inspired by Microsoft's documentation on [Fluent API - Relationships](https://docs.microsoft.com/en-us/ef/ef6/modeling/code-first/fluent/relationships) @Bouke You can manually inject different names for the columns in the linking table. Something very like the following...

## Another reproduction Someone trying to reproduce this situation might not see it occur on first attempt. I was able to edit a file 10 minutes ago through the user...