-
Notifications
You must be signed in to change notification settings - Fork 40
Support source-generated files #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ae2f6d7
73cea20
a849cd2
5f54950
6c9f334
4f4d097
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,7 @@ | |
| <PackageVersion Include="Shouldly" Version="4.3.0" /> | ||
|
|
||
| <!-- other dependencies --> | ||
| <PackageVersion Include="Basic.CompilerLog.Util" Version="0.9.17" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you please follow up and make sure https://www.nuget.org/packages/Basic.CompilerLog.Util/ gets a license and source repository added to it's NuGet package? You might even get a component governance alert from this after merging into official build. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, I can, but I believe this is already used in other repos, e.g., in sdk (although perhaps only in tests there). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Most repos don't build tests during official builds - official builds are what require CG to pass. You can check out https://aka.ms/opensource to see what requirements we have for using new dependencies in OSS. I don't object to this dependency, but it would be good to make sure we're checking all the right boxes when taking such a dependency for tools which run in official builds. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it fine to follow up separately or is this blocking merge of the PR? |
||
| <PackageVersion Include="LibGit2Sharp" Version="0.30.0" /> | ||
| <PackageVersion Include="MSBuild.StructuredLogger" Version="2.3.45" /> | ||
| <PackageVersion Include="ManagedEsent" Version="2.0.0" /> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.