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

Remove model cache #286

Merged
merged 4 commits into from
Mar 31, 2022
Merged

Remove model cache #286

merged 4 commits into from
Mar 31, 2022

Conversation

szyb
Copy link
Owner

@szyb szyb commented Mar 28, 2022

No description provided.

@@ -9,6 +9,7 @@ namespace synopackage_dotnet.model
{
public static class FileInfoExtensions
{
[Obsolete("Use static method IsCacheFileExpired im CacheService")]
Copy link
Owner Author

Choose a reason for hiding this comment

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

Remove obsolete method

@@ -65,7 +65,7 @@
<PackageReference Include="HolopaMir.ExpressMapper" Version="2.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="3.11.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="3.11.0">
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.1.0">
Copy link
Owner Author

Choose a reason for hiding this comment

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

Probably need to go back to version 3.x, as 4.x is targeting .NET 6 and actions fails

@szyb
Copy link
Owner Author

szyb commented Mar 28, 2022

This should fix #282

+ Removed not used extension method
@szyb szyb merged commit 4843894 into master Mar 31, 2022
@szyb szyb deleted the remove_model_cache branch March 31, 2022 20:10
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.

None yet

1 participant