Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
6 changes: 0 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -464,12 +464,6 @@ dotnet_diagnostic.IDE0161.severity = silent
# IDE0005: Remove unused usings. Ignore for shared src files since imports for those depend on the projects in which they are included.
dotnet_diagnostic.IDE0005.severity = silent

[{**/microsoft.dotnet.hotreload.agent*/**.cs}]
# IDE0005: Remove unused usings. Ignore for shared src files coming from nuget package.
dotnet_diagnostic.IDE0005.severity = silent
# IDE0073: A source file is missing a required header. Ignore for shared src files coming from nuget package.
dotnet_diagnostic.IDE0073.severity = silent


# Verify settings
[*.{received,verified}.{txt,xml,json}]
Expand Down
2 changes: 0 additions & 2 deletions eng/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ and are generated based on the last package release.
<LatestPackageReference Include="Microsoft.CodeAnalysis.ExternalAccess.AspNetCore" />
<LatestPackageReference Include="Microsoft.CodeAnalysis.Razor" />
<LatestPackageReference Include="Microsoft.CSharp" />
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent" />
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent.Data" />
<LatestPackageReference Include="Microsoft.Extensions.Caching.Abstractions" />
<LatestPackageReference Include="Microsoft.Extensions.Caching.Memory" />
<LatestPackageReference Include="Microsoft.Extensions.Caching.Hybrid" />
Expand Down
8 changes: 0 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,6 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>fb75b2d053edb9e69cfb2a49523efa4e21f7f645</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.HotReload.Agent" Version="10.0.100-preview.7.25371.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>fb75b2d053edb9e69cfb2a49523efa4e21f7f645</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.HotReload.Agent.Data" Version="10.0.100-preview.7.25371.106">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>fb75b2d053edb9e69cfb2a49523efa4e21f7f645</Sha>
</Dependency>
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
<!-- These versions are manually updated -->
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="4.13.0-3.24613.7" Label="Manual">
Expand Down
3 changes: 0 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@
<MicrosoftEntityFrameworkCoreToolsVersion>10.0.0-preview.7.25371.106</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>10.0.0-preview.7.25371.106</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>10.0.0-preview.7.25371.106</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/sdk -->
<MicrosoftDotNetHotReloadAgentVersion>10.0.100-preview.7.25371.106</MicrosoftDotNetHotReloadAgentVersion>
<MicrosoftDotNetHotReloadAgentDataVersion>10.0.100-preview.7.25371.106</MicrosoftDotNetHotReloadAgentDataVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25371.106</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25371.106</MicrosoftDotNetBuildTasksInstallersVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<Reference Include="Microsoft.Extensions.Configuration.Binder" />
<Reference Include="Microsoft.Extensions.Logging" />
<Reference Include="Microsoft.JSInterop.WebAssembly" />
<Reference Include="Microsoft.DotNet.HotReload.Agent" PrivateAssets="all" />
<Reference Include="Microsoft.DotNet.HotReload.Agent.Data" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading