Skip to content
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

SDL requirement- package version update #2088

Merged
merged 5 commits into from
Aug 21, 2023

Conversation

waliMSFT
Copy link
Contributor

-- SDL requirement: Open Source Components must be kept up to date and cannot be 18 months old
work item: https://devdiv.visualstudio.com/DevDiv/_boards/board/t/Oryx/Stories/?workitem=1860719

@waliMSFT waliMSFT requested a review from a team as a code owner July 31, 2023 21:54
@@ -22,4 +22,11 @@
<Folder Include="Commons\" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="SmartAnalyzers.CSharpExtensions.Annotations" Version="4.2.8">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we can just update the Directory.Build.props file that contains a reference to this package and will automatically be imported in all projects.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right. thanks for the suggestion

cormacpayne
cormacpayne previously approved these changes Aug 2, 2023
Copy link
Contributor

@cormacpayne cormacpayne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

<EmbeddedResource Include="Golang\GolangBashBuildSnippet.sh.tpl" WithCulture="false" />
<EmbeddedResource Include="Python\JupyterNotebookBashBuildSnippet.sh.tpl" WithCulture="false" />
<EmbeddedResource Include="Python\PythonBashBuildSnippet.sh.tpl" WithCulture="false" />
<EmbeddedResource Include="Ruby\RubyBashBuildSnippet.sh.tpl" WithCulture="false" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: please remove extra space if not required.

@@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
<PackageReference Include="XunitXml.TestLogger" Version="3.0.70" />
<PackageReference Include="XunitXml.TestLogger" Version="3.1.11" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also update XunitXml.TestLogger in the other places too?
image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @waliMSFT I noticed you updated another the version for another XunitXml.TestLogger in your recent commit. But I see total of 5 files being changed. The screenshot above shows there are 7. Do we not need to update the other 2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to reply on your comment.
I probably missed the other files. I have updated the package on all the files now.

Copy link
Contributor

@daniv-msft daniv-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks

@waliMSFT waliMSFT merged commit a2e53dd into main Aug 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants