Skip to content

main refresh #1347

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

Merged
merged 28 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
427b2e6
chore(deps): bump NUnit3TestAdapter from 4.6.0 to 5.0.0
dependabot[bot] Feb 25, 2025
1a212cc
Merge pull request #1331 from microsoftgraph/dependabot/nuget/NUnit3T…
andrueastman Feb 25, 2025
5d6500f
chore(deps): bump Microsoft.CodeAnalysis.CSharp from 4.12.0 to 4.13.0
dependabot[bot] Mar 3, 2025
fae955c
Merge pull request #1333 from microsoftgraph/dependabot/nuget/Microso…
andrueastman Mar 3, 2025
a0742d7
chore(deps): bump actions/setup-dotnet from 4.3.0 to 4.3.1
dependabot[bot] Mar 17, 2025
6ec1b19
Merge pull request #1335 from microsoftgraph/dependabot/github_action…
andrueastman Mar 17, 2025
0d7fb17
chore(deps): bump MSTest.TestFramework from 3.7.3 to 3.8.2
dependabot[bot] Mar 17, 2025
ba30bfc
chore(deps): bump submodules/vipr from `834d1a8` to `c5c2204`
dependabot[bot] Mar 19, 2025
83c3f2c
Merge pull request #1337 from microsoftgraph/dependabot/submodules/su…
andrueastman Mar 19, 2025
8855cf9
chore(deps): bump MSTest.TestAdapter from 3.7.1 to 3.8.3
dependabot[bot] Mar 19, 2025
6920cb3
Merge branch 'dependabot/nuget/MSTest.TestAdapter-3.8.3' into dependa…
baywet Mar 19, 2025
fd2b8de
ci: adds test framework dependenbot group
baywet Mar 19, 2025
f27a329
Merge pull request #1334 from microsoftgraph/dependabot/nuget/MSTest.…
baywet Mar 19, 2025
add0628
chore(deps): bump Microsoft.Extensions.Configuration from 9.0.0 to 9.0.3
dependabot[bot] Mar 31, 2025
4f5c60b
chore(deps): bump Microsoft.Extensions.Configuration.Binder
dependabot[bot] Mar 31, 2025
4fc3346
Merge pull request #1341 from microsoftgraph/dependabot/nuget/Microso…
baywet Mar 31, 2025
cff9fb7
chore(deps): bump Microsoft.Extensions.Configuration and Microsoft.Ex…
dependabot[bot] Apr 1, 2025
0789da9
Merge pull request #1345 from microsoftgraph/dependabot/nuget/multi-5…
baywet Apr 1, 2025
65f6822
ci: removes dotnet build as it's redudant with the PR CI and often pu…
baywet Mar 25, 2025
5fbfccf
Merge pull request #1338 from microsoftgraph/ci/remove-dotnet-build
baywet Apr 1, 2025
f1d71bd
Merge branch 'dev' into dependabot/nuget/Microsoft.Extensions.Configu…
baywet Apr 1, 2025
14971b0
Merge pull request #1342 from microsoftgraph/dependabot/nuget/Microso…
baywet Apr 1, 2025
19ea631
chore(deps): bump NLog from 5.3.4 to 5.4.0
dependabot[bot] Mar 31, 2025
33f8a24
Merge pull request #1340 from microsoftgraph/dependabot/nuget/NLog-5.4.0
baywet Apr 1, 2025
bcf28c2
chore(deps): bump System.CodeDom from 8.0.0 to 9.0.3
dependabot[bot] Mar 31, 2025
876afb2
Merge pull request #1343 from microsoftgraph/dependabot/nuget/System.…
baywet Apr 1, 2025
fc70436
chore(deps): bump the mstestframework group with 2 updates
dependabot[bot] Mar 31, 2025
9f1617e
Merge pull request #1339 from microsoftgraph/dependabot/nuget/mstestf…
baywet Apr 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .azure-pipelines/generation-templates/dotnet-kiota.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,3 @@ steps:
OutputFullPath: $(kiotaDirectory)/output/*
RepoModelsDir: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/Generated/

- pwsh: 'dotnet restore'
displayName: Restore dependencies for ${{ parameters.repoName }}
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}

- pwsh: 'dotnet build --configuration $(buildConfiguration) -f netstandard2.0 --no-restore'
displayName: Build dll for ${{ parameters.repoName }}
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/

9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ updates:
directory: "/"
schedule:
interval: daily
groups:
MSTestFramework:
patterns:
- "Microsoft.NET.Test*"
- "MSTest.*"
NUnitTestFramework:
patterns:
- "NUnit*"

open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: recursive
- name: Setup .NET
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x
- name: Restore dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest.TestAdapter">
<Version>3.7.1</Version>
<Version>3.8.3</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework">
<Version>3.7.3</Version>
<Version>3.8.3</Version>
</PackageReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Inflector.NetStandard" Version="1.2.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Mono.TextTemplating">
<Version>3.0.0</Version>
</PackageReference>
<PackageReference Include="NLog.Config">
<Version>4.7.15</Version>
</PackageReference>
<PackageReference Include="System.CodeDom" Version="8.0.0" />
<PackageReference Include="System.CodeDom" Version="9.0.3" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Typewriter/Typewriter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<Version>2.9.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="9.0.3" />
<PackageReference Include="Nito.AsyncEx">
<Version>5.1.2</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.3.4</Version>
<Version>5.4.0</Version>
</PackageReference>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion submodules/vipr
4 changes: 2 additions & 2 deletions test/Typewriter.Test/Typewriter.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<ProjectReference Include="..\..\Templates\Templates.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="NUnit">
<Version>4.3.2</Version>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter">
<Version>4.6.0</Version>
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
</Project>
Loading