Skip to content

Add docs link to github repo #206

Add docs link to github repo

Add docs link to github repo #206

Triggered via push September 19, 2024 11:26
Status Failure
Total duration 2m 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
MacOS: samples/ConfigurationBinder.AOT/Program.cs#L12
The type 'ApplicationSettings' cannot be used as type parameter 'T' in the generic type or method 'TypeShapeConfigurationBinder.Get<T>(IConfiguration)'. There is no implicit reference conversion from 'ApplicationSettings' to 'TypeShape.ITypeShapeProvider<ApplicationSettings>'.
MacOS: samples/ConfigurationBinder.AOT/Program.cs#L13
The type 'ApplicationSettings' cannot be used as type parameter 'T' in the generic type or method 'PrettyPrinter.Print<T>(T?)'. There is no implicit reference conversion from 'ApplicationSettings' to 'TypeShape.ITypeShapeProvider<ApplicationSettings>'.
MacOS: samples/ObjectMapper.AOT/Program.cs#L21
The type 'WeatherForecastDTO' cannot be used as type parameter 'T' in the generic type or method 'PrettyPrinter.Print<T>(T?)'. There is no implicit reference conversion from 'WeatherForecastDTO' to 'TypeShape.ITypeShapeProvider<WeatherForecastDTO>'.
MacOS: samples/ObjectMapper.AOT/Program.cs#L22
The type 'WeatherForecastDTO' cannot be used as type parameter 'TSource' in the generic type or method 'Mapper.MapValue<TSource, TTarget>(TSource?)'. There is no implicit reference conversion from 'WeatherForecastDTO' to 'TypeShape.ITypeShapeProvider<WeatherForecastDTO>'.
MacOS: samples/ObjectMapper.AOT/Program.cs#L22
The type 'WeatherForecast' cannot be used as type parameter 'TTarget' in the generic type or method 'Mapper.MapValue<TSource, TTarget>(TSource?)'. There is no implicit reference conversion from 'WeatherForecast' to 'TypeShape.ITypeShapeProvider<WeatherForecast>'.
MacOS: samples/ObjectMapper.AOT/Program.cs#L23
The type 'WeatherForecast' cannot be used as type parameter 'T' in the generic type or method 'PrettyPrinter.Print<T>(T?)'. There is no implicit reference conversion from 'WeatherForecast' to 'TypeShape.ITypeShapeProvider<WeatherForecast>'.
MacOS: samples/RandomGeneratorApp.AOT/Program.cs#L5
The type 'MeasurementData' cannot be used as type parameter 'T' in the generic type or method 'RandomGenerator.GenerateValues<T>(int?, int?, int?)'. There is no implicit reference conversion from 'MeasurementData' to 'TypeShape.ITypeShapeProvider<MeasurementData>'.
MacOS: samples/RandomGeneratorApp.AOT/Program.cs#L7
The type 'MeasurementData' cannot be used as type parameter 'T' in the generic type or method 'PrettyPrinter.Print<T>(T?)'. There is no implicit reference conversion from 'MeasurementData' to 'TypeShape.ITypeShapeProvider<MeasurementData>'.
MacOS: samples/ValidationApp.AOT/Program.cs#L12
The type 'BindingModel' cannot be used as type parameter 'T' in the generic type or method 'Validator.Validate<T>(T?)'. There is no implicit reference conversion from 'BindingModel' to 'TypeShape.ITypeShapeProvider<BindingModel>'.
MacOS: samples/ValidationApp.AOT/Program.cs#L23
The type 'BindingModel' cannot be used as type parameter 'T' in the generic type or method 'Validator.Validate<T>(T?)'. There is no implicit reference conversion from 'BindingModel' to 'TypeShape.ITypeShapeProvider<BindingModel>'.
MacOS
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/