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 old non-published caches #149

Merged
merged 2 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
64 changes: 0 additions & 64 deletions AsyncGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,38 +151,6 @@
- name: createNewTypes
value: false
assemblyName: AsyncGenerator.Core
- filePath: MemCache/NHibernate.Caches.MemCache.Tests/NHibernate.Caches.MemCache.Tests.csproj
targetFramework: net461
concurrentRun: true
applyChanges: true
analyzation:
cancellationTokens:
enabled: true
scanMethodBody: true
scanForMissingAsyncMembers:
- all: true
registerPlugin:
- type: AsyncGenerator.Core.Plugins.NUnitPlugin
parameters:
- name: createNewTypes
value: false
assemblyName: AsyncGenerator.Core
- filePath: Prevalence/NHibernate.Caches.Prevalence.Tests/NHibernate.Caches.Prevalence.Tests.csproj
targetFramework: net461
concurrentRun: true
applyChanges: true
analyzation:
cancellationTokens:
enabled: true
scanMethodBody: true
scanForMissingAsyncMembers:
- all: true
registerPlugin:
- type: AsyncGenerator.Core.Plugins.NUnitPlugin
parameters:
- name: createNewTypes
value: false
assemblyName: AsyncGenerator.Core
- filePath: RtMemoryCache/NHibernate.Caches.RtMemoryCache.Tests/NHibernate.Caches.RtMemoryCache.Tests.csproj
targetFramework: net461
concurrentRun: true
Expand All @@ -199,22 +167,6 @@
- name: createNewTypes
value: false
assemblyName: AsyncGenerator.Core
- filePath: SharedCache/NHibernate.Caches.SharedCache.Tests/NHibernate.Caches.SharedCache.Tests.csproj
targetFramework: net461
concurrentRun: true
applyChanges: true
analyzation:
cancellationTokens:
enabled: true
scanMethodBody: true
scanForMissingAsyncMembers:
- all: true
registerPlugin:
- type: AsyncGenerator.Core.Plugins.NUnitPlugin
parameters:
- name: createNewTypes
value: false
assemblyName: AsyncGenerator.Core
- filePath: StackExchangeRedis/NHibernate.Caches.StackExchangeRedis.Tests/NHibernate.Caches.StackExchangeRedis.Tests.csproj
targetFramework: net461
concurrentRun: true
Expand Down Expand Up @@ -270,19 +222,3 @@
- name: createNewTypes
value: false
assemblyName: AsyncGenerator.Core
- filePath: Velocity/NHibernate.Caches.Velocity.Tests/NHibernate.Caches.Velocity.Tests.csproj
targetFramework: net461
concurrentRun: true
applyChanges: true
analyzation:
cancellationTokens:
enabled: true
scanMethodBody: true
scanForMissingAsyncMembers:
- all: true
registerPlugin:
- type: AsyncGenerator.Core.Plugins.NUnitPlugin
parameters:
- name: createNewTypes
value: false
assemblyName: AsyncGenerator.Core
7 changes: 0 additions & 7 deletions EnyimMemcached/default.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@
<property name="root.dir" value=".." />
<include buildfile="${root.dir}/buildcommon.xml" />

<fileset id="EnyimMemcached-required-assemblies">
<include name="${folders.lib}/Enyim.*"/>
</fileset>

<target name="prepare-bin-pack-specific" depends="init">
<property name="bin-pack.project.name" value="EnyimMemcached" />
</target>

<target name="bin-pack" depends="init prepare-bin-pack-specific bin-pack-common">
<copy todir="${bin-pack.project.deploy}" flatten="true">
<fileset refid="EnyimMemcached-required-assemblies" />
</copy>
</target>

<target name="test" depends="init">
Expand Down
Binary file removed Lib/net/4.0/Bamboo.Prevalence.Util.dll
Binary file not shown.
Binary file removed Lib/net/4.0/Bamboo.Prevalence.dll
Binary file not shown.
31 changes: 0 additions & 31 deletions Lib/net/4.0/Bamboo.Prevalence.license.txt

This file was deleted.

Binary file removed Lib/net/4.0/CASBase.dll
Binary file not shown.
Binary file removed Lib/net/4.0/CASClient.dll
Binary file not shown.
208 changes: 0 additions & 208 deletions Lib/net/4.0/CacheBaseLibrary.XML

This file was deleted.

Binary file removed Lib/net/4.0/CacheBaseLibrary.dll
Binary file not shown.
Loading